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