MartinWelsch
MartinWelsch
I just had the same issue on the same versions. It turned out that somewhere (not in my project `.csproj`) a reference to `Microsoft.Windows.Compatibility` with version `5.0.0` was added. After...
I had the same issue, but after reading through methods in `ColorConverter` it seems that the expected ranges are: ``` HSV.H -> 0 to 360 HSV.S -> 0 to 100...
`:undelegated` does indeed fix the behavior for the first event listener. It also fixes not being able to `stop_propagation()` on the event (without `:undelegated` the event handler on `window` is...