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