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