Skip to content

Commit 3b5e3c0

Browse files
committed
Merge WPF Framework
1 parent 5210eba commit 3b5e3c0

File tree

1,699 files changed

+368
-4761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,699 files changed

+368
-4761
lines changed

.openpublishing.redirection.wpf.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,32 @@
199199
{
200200
"source_path": "dotnet-desktop-guide/wpf/advanced/xaml-overview.md",
201201
"redirect_url": "/dotnet/desktop/wpf/xaml/index"
202+
},
203+
{
204+
"source_path": "dotnet-desktop-guide/wpf/getting-started/whats-new.md",
205+
"redirect_url": "/dotnet/desktop/wpf/whats-new/framework45"
206+
},
207+
{
208+
"source_path": "dotnet-desktop-guide/wpf/getting-started/index.md",
209+
"redirect_url": "/dotnet/desktop/wpf/get-started/create-app-visual-studio"
210+
},
211+
{
212+
"source_path": "dotnet-desktop-guide/wpf/getting-started/introduction-to-wpf-in-vs.md",
213+
"redirect_url": "/dotnet/desktop/wpf/get-started/create-app-visual-studio"
214+
},
215+
{
216+
"source_path": "dotnet-desktop-guide/wpf/getting-started/walkthrough-my-first-wpf-desktop-application.md",
217+
"redirect_url": "/dotnet/desktop/wpf/get-started/walkthrough-my-first-wpf-desktop-application"
218+
},
219+
{
220+
"source_path": "dotnet-desktop-guide/wpf/getting-started/community-feedback.md",
221+
"redirect_url": "/dotnet/desktop/wpf/"
222+
},
223+
{
224+
"source_path": "dotnet-desktop-guide/wpf/getting-started/wpf-walkthroughs.md",
225+
"redirect_url": "/dotnet/desktop/wpf/get-started/wpf-walkthroughs"
202226
}
227+
228+
203229
]
204230
}

dotnet-desktop-guide/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ items:
22
- name: Windows Forms
33
href: winforms/index.yml
44
- name: Windows Presentation Foundation
5-
href: wpf/index.yml?view=netdesktop-9.0&preserve-view=true
5+
href: wpf/index.yml
6+
- name: XAML language reference
7+
href: xaml-services/index.md

dotnet-desktop-guide/breadcrumb/toc.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@ items:
33
tocHref: /dotnet
44
topicHref: /dotnet/index
55
items:
6-
- name: Windows Forms
7-
tocHref: /dotnet/desktop/winforms
8-
topicHref: /dotnet/desktop/winforms/index
6+
- name: Windows Desktop
7+
tocHref: /dotnet/desktop/
8+
topicHref: /dotnet/desktop/index
99
items:
10-
- name: Controls
11-
tocHref: /dotnet/desktop/winforms/controls
12-
topicHref: /dotnet/desktop/winforms/controls/index
13-
- name: Design
14-
tocHref: /dotnet/desktop/winforms/controls-design
15-
topicHref: /dotnet/desktop/winforms/controls-design/index
16-
- name: Advanced
17-
tocHref: /dotnet/desktop/winforms/advanced
18-
topicHref: /dotnet/desktop/winforms/advanced/index
19-
- name: Windows Presentation Foundation
20-
tocHref: /dotnet/desktop/wpf
21-
topicHref: /dotnet/desktop/wpf/index
10+
- name: Windows Forms
11+
tocHref: /dotnet/desktop/winforms
12+
topicHref: /dotnet/desktop/winforms/index
13+
items:
14+
- name: Controls
15+
tocHref: /dotnet/desktop/winforms/controls
16+
topicHref: /dotnet/desktop/winforms/controls/index
17+
- name: Design
18+
tocHref: /dotnet/desktop/winforms/controls-design
19+
topicHref: /dotnet/desktop/winforms/controls-design/index
20+
- name: Advanced
21+
tocHref: /dotnet/desktop/winforms/advanced
22+
topicHref: /dotnet/desktop/winforms/advanced/index
2223

24+
- name: Windows Presentation Foundation
25+
tocHref: /dotnet/desktop/wpf
26+
topicHref: /dotnet/desktop/wpf/index

dotnet-desktop-guide/docfx.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,22 @@
2727
"xaml-services/**/**.md": "/dotnet/desktop/xaml-services/breadcrumb/toc.json"
2828
},
2929
"titleSuffix": {
30-
"framework/winforms/**/**.md": "Windows Forms .NET Framework",
3130
"winforms/**/**.md": "Windows Forms",
32-
"framework/wpf/**/**.md": "WPF .NET Framework",
33-
"net/wpf/**/**.md": "WPF .NET",
31+
"wpf/**/**.md": "WPF .NET",
3432
"xaml-services/**/*.md": "XAML"
3533
},
3634
"ms.subservice": {
37-
"framework/winforms/**/**.md": "winforms",
38-
"framework/wpf/**/**.md": "wpf",
3935
"winforms/**/**.md": "winforms",
40-
"net/wpf/**/**.md": "wpf",
36+
"wpf/**/**.md": "wpf",
4137
"xaml-services/**/*.md": "wpf"
4238
},
4339
"ms.service": {
4440
"xaml-services/**/*.md": "dotnet-desktop",
4541
"xaml-services/**/*.yml": "dotnet-desktop"
4642
},
4743
"ms.topic": {
48-
"framework/winforms/**/**.md": "conceptual",
49-
"framework/wpf/**/**.md": "conceptual",
5044
"winforms/**/**.md": "conceptual",
51-
"net/wpf/**/**.md": "conceptual",
45+
"wpf/**/**.md": "conceptual",
5246
"winforms/compiler-messages/**.md": "error-reference",
5347
"winforms/wfdev-diagnostics/**.md": "error-reference",
5448
"xaml-services/**/*.md": "reference",

dotnet-desktop-guide/framework/breadcrumb/toc.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

dotnet-desktop-guide/framework/wpf/controls/how-to-create-apply-template.md

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)