3 references to OnLastWindowClose
PresentationFramework (3)
System\Windows\Application.cs (2)
2223|| value == ShutdownMode.OnLastWindowClose 2442private ShutdownMode _shutdownMode = ShutdownMode.OnLastWindowClose;
System\Windows\Window.cs (1)
4531if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))