13 references to App
PresentationFramework (13)
src\Framework\System\Windows\Window.cs (13)
2239if (IsInsideApp && this == App.MainWindow) 2241App.MainWindow = null; 3760App.WindowsInternal.Add(this); 3761if (App.MainWindow == null) 3763App.MainWindow = this; 3768App.NonAppWindowsInternal.Add(this); 4697App.WindowsInternal.Remove(this); 4705if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4706|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4708App.CriticalShutdown(0); 4716App.NonAppWindowsInternal.Remove(this);