Skip to content

Commit 7229e15

Browse files
Remove UWP references not relevant to WPF audience (niels9001 feedback)
- XAML features intro: rewrite to not reference UWP XAML - See Also: remove UWP migration guide link Co-authored-by: Copilot <[email protected]>
1 parent 9ce683e commit 7229e15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/wpf-patterns-winui3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Most WPF controls have direct equivalents in WinUI 3. The following table covers
3131

3232
## XAML features
3333

34-
WinUI 3 XAML is closely related to UWP XAML, and shares the same core engine. Some WPF-specific XAML features have evolved into more composable, testable alternatives.
34+
WinUI 3 XAML uses the same core concepts as WPF — resource dictionaries, styles, data binding, and markup extensions all work similarly. Some WPF-specific patterns have evolved into improved, more composable alternatives.
3535

3636
| WPF feature | WinUI 3 approach | Notes |
3737
|---|---|---|
@@ -84,7 +84,6 @@ WinUI 3 XAML is closely related to UWP XAML, and shares the same core engine. So
8484
## See also
8585

8686
- [Use the Windows App SDK in a WPF app](wpf-plus-winappsdk.md)
87-
- [What's supported when migrating from UWP to WinUI 3](what-is-supported.md)
8887
- [Overall migration strategy](overall-migration-strategy.md)
8988
- [Windows Community Toolkit](/dotnet/communitytoolkit/introduction)
9089
- [XAML Behaviors (Community Toolkit)](https://aka.ms/toolkit/behaviors)

0 commit comments

Comments
 (0)