2 references to OnMainWindowClose
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (1)
2513
|| value == ShutdownMode.
OnMainWindowClose
;
src\Framework\System\Windows\Window.cs (1)
4706
|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.
OnMainWindowClose
)))