Files
docs-desktop/dotnet-desktop-guide/net/wpf/toc.yml
T
Andy (Steve) De GeorgeandTom Dykstra 3885aab154 Add how to bind enum article (#1056)
* add how to article

* Fix lint

* Fix the code example

* Add missing code

* Update how-to-bind-to-an-enumeration.md

* Update dotnet-desktop-guide/net/wpf/data/how-to-bind-to-an-enumeration.md

Co-authored-by: Tom Dykstra <[email protected]>

Co-authored-by: Tom Dykstra <[email protected]>
2021-05-06 08:03:42 -07:00

88 lines
2.7 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: 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/