13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2184if (IsInsideApp && this == App.MainWindow) 2186App.MainWindow = null; 3670App.WindowsInternal.Add(this); 3671if (App.MainWindow == null) 3673App.MainWindow = this; 3678App.NonAppWindowsInternal.Add(this); 4523App.WindowsInternal.Remove(this); 4531if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4532|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4534App.CriticalShutdown(0); 4542App.NonAppWindowsInternal.Remove(this);