Files
docs-desktop/dotnet-desktop-guide/net/wpf/toc.yml
T
Andy De George 9371b0126b Migrate .NET 3.1/5 WPF guide from dotnet docs (#48)
* add toc/bread changes

* add xaml-services

* add ported wpf content

* add xaml-services info to docfx

* Fix links 1

* Fix links 2

* Fix links 3

* Fix links 4

* Fix links 5

* Fix links 6

* Fix links 7

* Fix xaml-services link

* Fix snippets 1

* Fix snippets 2

* adjust breadcrumb and toc

* remove preserve-view from breadcrumbs

* add empty view to toc item xaml

* update include

* remove contextual toc for vs article :(
2020-09-17 08:41:01 -07:00

59 lines
2.0 KiB
YAML

- name: Windows Presentation Foundation for .NET Core
href: index.yml
- name: Get started
items:
- name: Overview
href: overview/index.md
- name: Create a WPF application
href: https://docs.microsoft.com/visualstudio/get-started/csharp/tutorial-wpf
# - name: Create a control library
# href: getting-started/how-to-create-control-library.md
- name: Migration
items:
- name: Differences from .NET Framework
href: migration/differences-from-net-framework.md
- name: Migrate from Framework to Core
href: migration/convert-project-from-net-framework.md
- name: Fundamentals
items:
- name: XAML
href: fundamentals/xaml.md
- name: Define resources
href: fundamentals/xaml-resources-define.md
- name: Styles and templates
items:
- name: Overview
href: fundamentals/styles-templates-overview.md
- name: Create and apply a style
href: fundamentals/styles-templates-create-apply-style.md
- name: Create and apply a template
href: themes/how-to-create-apply-template.md
#- name: Accessibility overview
# href: fundamentals/accessibility.md
#- name: Localize your app
# href: fundamentals/localize-app.md
#- name: Draw shapes
# href: fundamentals/draw-shapes.md
#- name: Display a dialog popup
# href: fundamentals/display-dialog-popup.md
- name: XAML Language Reference
href: ../../xaml-services/
- name: Work with data
items:
- name: Data binding overview
href: data/data-binding-overview.md
# - name: Add data binding to a control
# href: data/databind-control.md
# - name: Add validation to a control
# href: data/validate-control-input.md
# - name: Display data in a grid control
# href: data/use-datagrid-control.md
# - name: Package and distribute
# items:
# - name: Package your app with MSIX
# href: publishing/package-app-msix.md
# - name: Publish a library to NuGet
# href: publishing/create-nuget-package.md
# - name: Publish to the Microsoft Store
# href: publishing/publish-microsoft-store.md