Skip to content

Commit 08f92c3

Browse files
Fix duplicate 'for UWP' in WinUI terminology
Corrected 'WinUI for UWP for UWP' → 'WinUI for UWP' in 8 files. This occurred where original text had 'WinUI 2 for UWP' which was incorrectly converted by the bulk replacement.
1 parent da6a096 commit 08f92c3

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

hub/apps/api-reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-sdk/
1717
The following API frameworks ship with the Windows SDK:
1818

1919
- [WinRT API reference](/uwp/api/)
20-
- [WinUI for UWP for UWP API reference](/windows/winui/api/)
20+
- [WinUI for UWP API reference](/windows/winui/api/)
2121
- [Win32 API reference](/windows/win32/api/)
2222

2323
## Windows App SDK

hub/apps/design/style/mica.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ To use Mica in a WinUI XAML app, see [Apply Mica or Acrylic materials in desktop
131131

132132
To use Mica in a Win32 app, see [Apply Mica in Win32 desktop apps for Windows 11](../../desktop/modernize/ui/apply-mica-win32.md).
133133

134-
### Use Mica with WinUI for UWP for UWP
134+
### Use Mica with WinUI for UWP
135135

136-
To use Mica in a UWP app with WinUI for UWP, see [Apply Mica with WinUI for UWP for UWP](/windows/uwp/ui-input/mica-uwp).
136+
To use Mica in a UWP app with WinUI for UWP, see [Apply Mica with WinUI for UWP](/windows/uwp/ui-input/mica-uwp).
137137

138138
## Related articles
139139

hub/apps/desktop/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ landingContent:
104104
url: /windows/windows-app-sdk/api/winrt/
105105
- text: Win32 API for the Windows App SDK
106106
url: /windows/windows-app-sdk/api/win32/
107-
- text: WinUI for UWP for UWP API reference
107+
- text: WinUI for UWP API reference
108108
url: /windows/winui/api/
109109

110110
- title: Platforms

hub/apps/develop/platform/xaml/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
99
---
1010
# XAML platform
1111

12-
This section includes topics that explain programming concepts that are generally applicable to any app that you write using the Windows Runtime and XAML for your UI definition. This section applies to UWP, WinUI for UWP for UWP, and WinUI for the Windows App SDK.
12+
This section includes topics that explain programming concepts that are generally applicable to any app that you write using the Windows Runtime and XAML for your UI definition. This section applies to UWP, WinUI for UWP, and WinUI for the Windows App SDK.
1313

1414
| Topic | Description |
1515
|-------|-------------|

hub/apps/develop/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ items:
10491049
items:
10501050
- name: WinRT API reference >>
10511051
href: /uwp/api/
1052-
- name: WinUI for UWP for UWP API reference >>
1052+
- name: WinUI for UWP API reference >>
10531053
href: /windows/winui/api/
10541054
- name: Win32 API reference >>
10551055
href: /windows/win32/api/

hub/apps/develop/ui/visual-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Live Visual Tree and Live Property Explorer features ship with Visual Studio
3838

3939
Use these tools when building apps with [WinUI](../../winui/winui3/index.md) in the [Windows App SDK](../../windows-app-sdk/index.md), [WinUI for UWP](/windows/uwp/get-started/winui2/) for [UWP](/windows/uwp/), [WPF](/dotnet/desktop/wpf/), [.NET MAUI](/dotnet/maui/), [WinForms](/dotnet/desktop/winforms/), or [React Native for Desktop](/windows/dev-environment/javascript/react-native-for-windows).
4040

41-
- For more information on WinUI in the Windows App SDK, WinUI for UWP for UWP, and WPF, see [Inspect XAML properties while debugging](/visualstudio/xaml-tools/inspect-xaml-properties-while-debugging).
41+
- For more information on WinUI in the Windows App SDK, WinUI for UWP, and WPF, see [Inspect XAML properties while debugging](/visualstudio/xaml-tools/inspect-xaml-properties-while-debugging).
4242
- For more information on .NET MAUI, see [Inspect the visual tree of a .NET MAUI app](/dotnet/maui/user-interface/live-visual-tree).
4343

4444
> [!NOTE]

hub/apps/develop/user-interface.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Each UI framework released by Microsoft has unique capabilities, follows differe
7575

7676
The table below shows a brief summary of a few main capabilities between these UI frameworks. For more details on each framework, navigate through the tabs further below.
7777

78-
| Capability | Windows App SDK (WinUI) | WinUI for UWP for UWP | WPF | WinForms |
78+
| Capability | Windows App SDK (WinUI) | WinUI for UWP | WPF | WinForms |
7979
|--------------|-----------|------------------|--------|---------------|
8080
| Languages supported | C#/.NET 6 and later, C++/WinRT | C#/.NET Native, C++/WinRT, C++/CX, VB | C#/.NET 6 (and later) and .NET Framework, C++/CLI (Managed Extensions for C++), F#, VB | C#/.NET 6 (and later) and .NET Framework, C++/CLI (Managed Extensions for C++), F#, VB |
8181
| Devices supported | PCs (incl. laptops and tablets), support for all Windows 10 devices coming soon | All Windows 10 devices (PCs, tablets, HoloLens, Xbox, Surface Dial, and more) | Desktop PCs and laptops | Desktop PCs and laptops |
@@ -116,9 +116,9 @@ WinUI is the latest generation of WinUI. WinUI for UWP and 3 share many of the s
116116
- Accessibility: [Usability for Windows apps](../design/usability/index.md)
117117
- Samples: [WinUI Gallery app](https://apps.microsoft.com/detail/9P3JFPWWDZRC)
118118

119-
### [WinUI for UWP for UWP](#tab/winui-2)
119+
### [WinUI for UWP](#tab/winui-2)
120120

121-
### WinUI for UWP for UWP
121+
### WinUI for UWP
122122

123123
For most UWP apps, we recommend using WinUI for UWP to build your user interface. WinUI for UWP is a standalone UI framework that ships in a NuGet package and can easily be added to any UWP app to modernize the design and overall experience.
124124

@@ -134,7 +134,7 @@ WinUI for UWP and 3 share many of the same controls, styles, and other UI fundam
134134
#### Helpful documentation for WinUI for UWP
135135

136136
- Overview: [WinUI for UWP](/windows/uwp/get-started/winui2/)
137-
- Get started: [Get started with WinUI for UWP for UWP](/windows/uwp/get-started/winui2/getting-started)
137+
- Get started: [Get started with WinUI for UWP](/windows/uwp/get-started/winui2/getting-started)
138138
- Writing XAML: [XAML Platform](/windows/uwp/xaml-platform)
139139
- API Reference: [WinUI API Reference](/windows/winui/api)
140140
- Controls: [Controls overview](../design/controls/index.md)

hub/apps/windows-app-sdk/system-backdrop-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article describes how to apply Mica or Acrylic as the base layer of your Wi
2424
>
2525
> - To use an in-app AcrylicBrush, see [Acrylic material](../design/style/acrylic.md).
2626
> - To use backdrop materials in a Win32 app, see [Apply Mica in Win32 desktop apps for Windows 11](../desktop/modernize/ui/apply-mica-win32.md).
27-
> - To use backdrop materials in a UWP/WinUI for UWP app, see [Apply Mica with WinUI for UWP for UWP](/windows/uwp/ui-input/mica-uwp) or [Acrylic material](../design/style/acrylic.md).
27+
> - To use backdrop materials in a UWP/WinUI for UWP app, see [Apply Mica with WinUI for UWP](/windows/uwp/ui-input/mica-uwp) or [Acrylic material](../design/style/acrylic.md).
2828
2929
## How to use a backdrop material
3030

0 commit comments

Comments
 (0)