2 references to ShutdownMode
PresentationFramework (2)
System\Windows\Window.cs (2)
4446if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4447|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose)))