Files
docs-desktop/dotnet-desktop-guide/framework/wpf/app-development/windows-in-wpf-applications.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.2 KiB

title, titleSuffix, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title titleSuffix ms.date f1_keywords helpviewer_keywords ms.assetid
Windows in WPF apps 03/30/2017
AutoGeneratedOrientationPage
windows [WPF]
WPF application [WPF], windows
dc091d04-68cf-4592-9695-75fda037db76

Windows in WPF Applications

Users interact with applications through windows. The fundamental purpose of a window is to host and display content. The type of content that a window hosts depends on the type of data that an application operates over, which can include media, Extensible Application Markup Language (XAML) pages, Web pages, documents, database tables and records, and system information.

In This Section

WPF Windows Overview
Dialog Boxes Overview
How-to Topics

Reference

xref:System.Windows.Window

xref:System.Windows.Navigation.NavigationWindow

Application Management Overview
Navigation Overview
Hosting
Build and Deploy