Bastian Schmidt

Results 17 issues of 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 -...

Area-Setup
WiX5

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...

enhancement

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...

Performance
PR
Queue for test pass
Community Contribution

### 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...

Bug

This PR adds a BackDrop to MetroWindow and improves the demo application to use native colored context menu settings.

Feature

* .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...

Performance

# 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...

Enhancement Requested