2 references to ShutdownMode
PresentationFramework (2)
System\Windows\Window.cs (2)
4551
if (((App.Windows.Count == 0) && (App.
ShutdownMode
== ShutdownMode.OnLastWindowClose))
4552
|| ((App.MainWindow == this) && (App.
ShutdownMode
== ShutdownMode.OnMainWindowClose)))