Bastian Schmidt
Bastian Schmidt
## Steps to reproduce Download https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-preview6-windows-x64-installer and install on a system with english display language being set but german region settings. This only happens since preview6. ## Expected behavior -...
I would like to contribute the code needed to support .NET Core. This would require: - special code for `CallingConvetion` - copy any ".runtimeconfig.json" and ".runtimeconfig.dev.json" to the target destination...
Fixes Issue #4468 ## Description The currently used implementation to keep track of DynamicResource usages is suboptimal as the list can grow quite large and scanning gets very expensive. That's...
### Description Implicit style lookup not working correctly when control is part of a template. That's because `FindImplicitStyleResource` sets a `boundaryElement` which causes implicit style lookup to bubble up to...
This PR adds a BackDrop to MetroWindow and improves the demo application to use native colored context menu settings.
* .NET Core Version: Not relevant as it happens in all .NET versions * Windows version: Windows 11 (but happens on all OS versions) * Does the bug reproduce also...
# Problem I always wondered, and was recently remembered by it again in https://github.com/fluentribbon/Fluent.Ribbon/issues/1121 by @cbra-caa, why focus on disabled controls is completely blocked. IMHO this reduces accessibility as people...