13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2192if (IsInsideApp && this == App.MainWindow) 2194App.MainWindow = null; 3681App.WindowsInternal.Add(this); 3682if (App.MainWindow == null) 3684App.MainWindow = this; 3689App.NonAppWindowsInternal.Add(this); 4537App.WindowsInternal.Remove(this); 4545if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4546|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4548App.CriticalShutdown(0); 4556App.NonAppWindowsInternal.Remove(this);