-
See https://msdn.microsoft.com/de-de/library/windows/desktop/mt695951(v=vs.85).aspx.
Probably the APIs that don't have the `DualApiPartition` attribute should be disabled by default, and enabled onl…
-
Hi WPF team! I work on [Windows Template Studio](https://github.com/microsoft/WindowsTemplateStudio). Windows Template Studio (WinTS) is a Visual Studio 2019 Extension that accelerates the creation of…
-
Porting this discussion here:
https://github.com/JMarkstrom/yubikey-removal-behavior/issues/2
Doing my test now, just reuploaded the files in Intune with WIN11 statement and prepping my Windows …
-
### Describe the bug
Seems, that is kind of #6648 issue, but I have a different behavior.
I'm trying to inherit a custom XAML style from the Default style, and getting the error:
`Windows.Found…
-
### Describe the bug
When adding a library project, I encountered a Markup.XamlParseException and failed to assign property issue.
### Steps to reproduce the bug
Steps to reproduce the bug
1. Cl…
-
## Steps to reproduce
1. code
```
adapter.DeviceAdvertised += OnDeviceAdvertised;
await adapter.StartScanningForDevicesAsync();
```
OnDeviceAdvertised handler have a look at the advertise…
-
CameraCaptureUI captureUI = new CameraCaptureUI();
StorageFile photo = await captureUI.CaptureFileAsync(CameraCaptureUIMode.Photo);
if (photo != null)
{
…
-
Some methods in the [Windows.Services.Store.StoreContext](https://docs.microsoft.com/en-us/uwp/api/windows.services.store.storecontext) namespace such as
- [RequestDownloadStorePackageUpdatesAsync]…
-
I have been noticing that on some devices, namely Surface Pro 8, when auto-brightness by ambient light sensor is enabled, the actual adjusted brightness cannot be obtained by the functions currently a…
-
## Current behavior
If a listview with footer does not contain enought item to cover the screen the footer is at the bottom of the list who's streching to cover the whole page on UWP but on iOS…