Ajith-GS

Results 5 comments of Ajith-GS

> Application.Run being blocking is a huge problem for me :( Is there any update on this issue? I am facing the same issue

> A quick workaround that I've used before would be to add a LosingFocus event handler that cancels the focus change: > > ```cs > private void ToggleSwitchCtrl_LosingFocus(UIElement sender, LosingFocusEventArgs...

Thank you, @DHancock. I will try out the suggested workaround. Anyway, I hope the Microsoft team will consider the above bug in their upcoming releases.

> Hi there -- yes, thank you for the bug report! The bug here is that when the last Xaml Window goes away, it does a PostQuitMessage(), which exits the...

> Hi there -- yes, thank you for the bug report! The bug here is that when the last Xaml Window goes away, it does a PostQuitMessage(), which exits the...