13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2123if (IsInsideApp && this == App.MainWindow) 2125App.MainWindow = null; 3571App.WindowsInternal.Add(this); 3572if (App.MainWindow == null) 3574App.MainWindow = this; 3579App.NonAppWindowsInternal.Add(this); 4438App.WindowsInternal.Remove(this); 4446if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4447|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4449App.CriticalShutdown(0); 4457App.NonAppWindowsInternal.Remove(this);