Skip to content

Migrate WPF #2080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
399 changes: 114 additions & 285 deletions .openpublishing.redirection.wpf.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dotnet-desktop-guide/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ items:
- name: Windows Forms
href: winforms/index.yml
- name: Windows Presentation Foundation
href: wpf/index.yml?view=netdesktop-9.0&preserve-view=true
href: wpf/index.yml
- name: XAML language reference
href: xaml-services/index.md
58 changes: 43 additions & 15 deletions dotnet-desktop-guide/breadcrumb/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,48 @@ items:
tocHref: /dotnet
topicHref: /dotnet/index
items:
- name: Windows Forms
tocHref: /dotnet/desktop/winforms
topicHref: /dotnet/desktop/winforms/index
- name: Windows Desktop
tocHref: /dotnet/desktop/
topicHref: /dotnet/desktop/index
items:
- name: Controls
tocHref: /dotnet/desktop/winforms/controls
topicHref: /dotnet/desktop/winforms/controls/index
- name: Design
tocHref: /dotnet/desktop/winforms/controls-design
topicHref: /dotnet/desktop/winforms/controls-design/index
- name: Advanced
tocHref: /dotnet/desktop/winforms/advanced
topicHref: /dotnet/desktop/winforms/advanced/index
- name: Windows Presentation Foundation
tocHref: /dotnet/desktop/wpf
topicHref: /dotnet/desktop/wpf/index

- name: WinForms
tocHref: /dotnet/desktop/winforms
topicHref: /dotnet/desktop/winforms/index
items:
- name: Controls
tocHref: /dotnet/desktop/winforms/controls
topicHref: /dotnet/desktop/winforms/controls/index
- name: Design
tocHref: /dotnet/desktop/winforms/controls-design
topicHref: /dotnet/desktop/winforms/controls-design/index
- name: Advanced
tocHref: /dotnet/desktop/winforms/advanced
topicHref: /dotnet/desktop/winforms/advanced/index

- name: WPF
tocHref: /dotnet/desktop/wpf
topicHref: /dotnet/desktop/wpf/index
items:
- name: Application Development
tocHref: /dotnet/desktop/wpf/app-development
topicHref: /dotnet/desktop/wpf/app-development/index
- name: Advanced
tocHref: /dotnet/desktop/wpf/advanced
topicHref: /dotnet/desktop/wpf/advanced/index
- name: Controls
tocHref: /dotnet/desktop/wpf/controls
topicHref: /dotnet/desktop/wpf/controls/index
- name: Data
tocHref: /dotnet/desktop/wpf/data
topicHref: /dotnet/desktop/wpf/data/index
- name: Graphics
tocHref: /dotnet/desktop/wpf/graphics-multimedia
topicHref: /dotnet/desktop/wpf/graphics-multimedia/index
- name: Data
tocHref: /dotnet/desktop/wpf/data
topicHref: /dotnet/desktop/wpf/data/index

- name: XAML
tocHref: /dotnet/desktop/xaml-services
topicHref: /dotnet/desktop/xaml-services/index
17 changes: 4 additions & 13 deletions dotnet-desktop-guide/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,29 @@
"breadcrumb_path": "/dotnet/desktop/breadcrumb/toc.json",
"feedback_system": "GitHub",
"feedback_github_repo": "dotnet/docs-desktop",
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html",
"feedback_product_url": "https://developercommunity.visualstudio.com/VisualStudio",
"author": "adegeo",
"uhfHeaderId": "MSDocsHeader-DotNet",
"ms.author": "adegeo"
},
"fileMetadata": {
"breadcrumb_path": {
"xaml-services/**/**.md": "/dotnet/desktop/xaml-services/breadcrumb/toc.json"
},
"titleSuffix": {
"framework/winforms/**/**.md": "Windows Forms .NET Framework",
"winforms/**/**.md": "Windows Forms",
"framework/wpf/**/**.md": "WPF .NET Framework",
"net/wpf/**/**.md": "WPF .NET",
"wpf/**/**.md": "WPF",
"xaml-services/**/*.md": "XAML"
},
"ms.subservice": {
"framework/winforms/**/**.md": "winforms",
"framework/wpf/**/**.md": "wpf",
"winforms/**/**.md": "winforms",
"net/wpf/**/**.md": "wpf",
"wpf/**/**.md": "wpf",
"xaml-services/**/*.md": "wpf"
},
"ms.service": {
"xaml-services/**/*.md": "dotnet-desktop",
"xaml-services/**/*.yml": "dotnet-desktop"
},
"ms.topic": {
"framework/winforms/**/**.md": "conceptual",
"framework/wpf/**/**.md": "conceptual",
"winforms/**/**.md": "conceptual",
"net/wpf/**/**.md": "conceptual",
"wpf/**/**.md": "conceptual",
"winforms/compiler-messages/**.md": "error-reference",
"winforms/wfdev-diagnostics/**.md": "error-reference",
"xaml-services/**/*.md": "reference",
Expand Down
10 changes: 0 additions & 10 deletions dotnet-desktop-guide/framework/breadcrumb/toc.yml

This file was deleted.

This file was deleted.

Loading