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