13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2211if (IsInsideApp && this == App.MainWindow) 2213App.MainWindow = null; 3702App.WindowsInternal.Add(this); 3703if (App.MainWindow == null) 3705App.MainWindow = this; 3710App.NonAppWindowsInternal.Add(this); 4556App.WindowsInternal.Remove(this); 4564if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4565|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4567App.CriticalShutdown(0); 4575App.NonAppWindowsInternal.Remove(this);