13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2185if (IsInsideApp && this == App.MainWindow) 2187App.MainWindow = null; 3671App.WindowsInternal.Add(this); 3672if (App.MainWindow == null) 3674App.MainWindow = this; 3679App.NonAppWindowsInternal.Add(this); 4524App.WindowsInternal.Remove(this); 4532if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4533|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4535App.CriticalShutdown(0); 4543App.NonAppWindowsInternal.Remove(this);