mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
---
|
|
title: Windows in WPF apps
|
|
titleSuffix: ""
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "windows [WPF]"
|
|
- "WPF application [WPF], windows"
|
|
ms.assetid: 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](wpf-windows-overview.md)
|
|
[Dialog Boxes Overview](dialog-boxes-overview.md)
|
|
[How-to Topics](window-management-how-to-topics.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Window>
|
|
|
|
<xref:System.Windows.Navigation.NavigationWindow>
|
|
|
|
## Related Sections
|
|
[Application Management Overview](application-management-overview.md)
|
|
[Navigation Overview](navigation-overview.md)
|
|
[Hosting](hosting-wpf-applications.md)
|
|
[Build and Deploy](building-and-deploying-wpf-applications.md)
|