Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.8k stars 778 forks source link

Expose ShowDialogAsync in IWindowManager. #816

Closed Stannieman closed 2 years ago

Stannieman commented 2 years ago

InforOwnerOf has a check for PresentationSource.FromVisual(application.MainWindow) that is commented. Any idea what it is for? To check that MainWindow was actually shown?