13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2184if (IsInsideApp && this == App.MainWindow) 2186App.MainWindow = null; 3667App.WindowsInternal.Add(this); 3668if (App.MainWindow == null) 3670App.MainWindow = this; 3675App.NonAppWindowsInternal.Add(this); 4517App.WindowsInternal.Remove(this); 4525if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4526|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4528App.CriticalShutdown(0); 4536App.NonAppWindowsInternal.Remove(this);