Baochen Wang
Baochen Wang
How about give more flexibility to let the consumer decide it? Maybe, theirs command lines are cross platform. And also maybe theirs are windows only. Even theirs existing apps are...
The root cause looks `OnPropertyChanged` called from AppBarToggleButton when IsChecked is bind to view model. 
I wrote a helper class to add delegation to RequestNavigate to open the NavigateUri. ```C# /// /// The helper for Hyperlink to launch the uri by default. /// public class...
It is also reproducible with Avalonia sample app. https://github.com/AvaloniaUI/Avalonia/assets/1419783/571b7ef3-0f74-4d4f-9006-13167865b3b1
> It's possible to reimplement `IWindowImpl`, but it's only meant for full platform implementations, AFAIK, and not swapping implementations. Do you mean it can be done by using private API?...
Yes, I need this!