-
If you just use RemovePackageAsync() to remove apps installed via the store, you will get a 'System.UnauthorizedAccessException: Access is denied' exception. In order to uninstall store apps, you also…
-
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textbox.textcompositionchanged?view=winrt-20348
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textbox.textcomposi…
-
The library uses the WinRT Bluetooth API, so this should be possible. It confuses me that the SharpBrick.PoweredUp.WinRT package does not target UWP.
-
# Proposal: Address Project Reunion goals by addressing Visual Studio restrictions
## Summary
Many of the barriers to code sharing and interop that Project Reunion seeks to remove are either acti…
-
**Describe the bug**
Setting `Application.Current.RequestedTheme` at run-time to alter the app's light/dark theme throws this exception:
```
System.NotSupportedException
HResult=0x80131515
Me…
-
There are 2 known issues related to the source generator included in the Windows SDK projection package referenced when using the Windows OS version target framework in the upcoming .NET SDK release f…
-
**Describe the bug**
**To Reproduce**
1. Create a new WinUI 3 app, and enable it for AoT
2. Replace the MainWindow.xaml.cs code with the following:
```cs
public MainWindow()
…
-
ListView is intelligent about not creating more item container elements than are necessary to fill the screen (plus some caching). But that only works if it knows the bounds. If you put a ListView in …
-
is it possible for ms-local-stream:/// uris to access WinRT components just like what we can do for http:// https:// and ms-appx-web:/// uris?
---
#### Document Details
⚠ *Do not edit this section. …
-
This is me reading between the lines from Teams chats I missed.
As currently written (10/21), IListPage.GetItems returns a list of ISections, each Section filled with items.
That, as it turns o…