13 references to App
PresentationFramework (13)
System\Windows\Window.cs (13)
2178if (IsInsideApp && this == App.MainWindow) 2180App.MainWindow = null; 3661App.WindowsInternal.Add(this); 3662if (App.MainWindow == null) 3664App.MainWindow = this; 3669App.NonAppWindowsInternal.Add(this); 4511App.WindowsInternal.Remove(this); 4519if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose)) 4520|| ((App.MainWindow == this) && (App.ShutdownMode == ShutdownMode.OnMainWindowClose))) 4522App.CriticalShutdown(0); 4530App.NonAppWindowsInternal.Remove(this);