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