mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 00:56:03 +02:00
* Initial files * update toc * Content update - print-xps-files (user story 1861941) (#1151) * Add C# and VB sample code projects * Fix comments * Update C# and VB code * Add article * Further edits * Reviewer requested edits * Further edits * Use xref to link to API * Minor edits * Content update - invoke-print-dialog (user story 1861941) (#1141) * Content update including C# WPF project * Fix link * Remove test code * Further doc and C# sample edits * Add feature: printing with no print dialog * Separate out specific page range print functionality * Cleanup comments * UI tweaks * Add VB sample code project * Code file formatting * Update dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md Co-authored-by: Andy (Steve) De George <[email protected]> * Add page range printing * Minor edits * Update dotnet-desktop-guide/net/wpf/documents/snippets/how-to-display-print-dialog/csharp/MainWindow.xaml.cs Co-authored-by: Andy (Steve) De George <[email protected]> * Update dotnet-desktop-guide/net/wpf/documents/how-to-display-print-dialog.md Co-authored-by: Andy (Steve) De George <[email protected]> * Promote example headings * Reorganize and add detail * Minor edits * Add detail * Further edits * Further edits * Add resource links * Add alternative API suggestions to a tip * Minor edit Co-authored-by: Andy (Steve) De George <[email protected]> * Content update - print-overview (user story 1861941) (#1153) * Add C# and VB sample code projects * Add article * Add redirects Co-authored-by: Tris Shores <[email protected]>
102 lines
3.1 KiB
YAML
102 lines
3.1 KiB
YAML
items:
|
|
- name: Windows Presentation Foundation for .NET Core
|
|
href: index.yml
|
|
- name: Get started
|
|
expanded: true
|
|
items:
|
|
- name: Overview
|
|
href: overview/index.md
|
|
- name: Create a WPF application
|
|
href: get-started/create-app-visual-studio.md
|
|
- name: Migration
|
|
items:
|
|
- name: Differences from .NET Framework
|
|
href: migration/differences-from-net-framework.md
|
|
- name: Migrate from .NET Framework
|
|
href: migration/convert-project-from-net-framework.md
|
|
- name: Fundamentals
|
|
expanded: true
|
|
items:
|
|
- name: Windows
|
|
items:
|
|
- name: Overview
|
|
href: windows/index.md
|
|
- name: Dialogs boxes
|
|
href: windows/dialog-boxes-overview.md
|
|
- name: Common tasks
|
|
items:
|
|
- name: Display a message box
|
|
href: windows/how-to-open-message-box.md
|
|
- name: Open a window
|
|
href: windows/how-to-open-window-dialog-box.md
|
|
- name: Close a window
|
|
href: windows/how-to-close-window-dialog-box.md
|
|
- name: Display a system dialog box
|
|
href: windows/how-to-open-common-system-dialog-box.md
|
|
- name: Get or set the main window
|
|
href: windows/how-to-get-set-main-application-window.md
|
|
- name: Controls
|
|
items:
|
|
- name: Styles and templates
|
|
items:
|
|
- name: Overview
|
|
href: controls/styles-templates-overview.md
|
|
- name: Common tasks
|
|
items:
|
|
- name: Create and apply a style
|
|
href: controls/how-to-create-apply-style.md
|
|
- name: Create and apply a template
|
|
href: controls/how-to-create-apply-template.md
|
|
- name: Documents & Printing
|
|
items:
|
|
- name: Printing
|
|
expanded: true
|
|
items:
|
|
- name: Overview
|
|
href: documents/printing-overview.md
|
|
- name: Common tasks
|
|
items:
|
|
- name: Display the print dialog
|
|
href: documents/how-to-display-print-dialog.md
|
|
- name: Programmatically print XPS files
|
|
href: documents/how-to-print-xps-files.md
|
|
|
|
- name: Data binding
|
|
items:
|
|
- name: Overview
|
|
href: data/index.md
|
|
- name: Declare a binding
|
|
href: data/binding-declarations-overview.md
|
|
- name: Binding sources
|
|
href: data/binding-sources-overview.md
|
|
items:
|
|
- name: Common tasks
|
|
items:
|
|
- name: Bind to an enumeration
|
|
href: data/how-to-bind-to-an-enumeration.md
|
|
- name: Systems
|
|
expanded: true
|
|
items:
|
|
- name: Resources
|
|
items:
|
|
- name: Overview
|
|
href: systems/xaml-resources-overview.md
|
|
- name: Merged dictionaries
|
|
href: systems/xaml-resources-merged-dictionaries.md
|
|
- name: Resources in code
|
|
href: systems/xaml-resources-and-code.md
|
|
- name: Common tasks
|
|
items:
|
|
- name: Define and reference resources
|
|
href: systems/xaml-resources-how-to-define-and-reference.md
|
|
- name: Use application resources
|
|
href: systems/xaml-resources-how-to-use-application.md
|
|
- name: Use system resources
|
|
href: systems/xaml-resources-how-to-use-system.md
|
|
- name: XAML with WPF
|
|
items:
|
|
- name: Overview
|
|
href: xaml/index.md
|
|
- name: XAML Language Reference
|
|
href: ../../xaml-services/
|