3 references to OnLastWindowClose
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (2)
2512|| value == ShutdownMode.OnLastWindowClose 2805private ShutdownMode _shutdownMode = ShutdownMode.OnLastWindowClose;
src\Framework\System\Windows\Window.cs (1)
4705if (((App.Windows.Count == 0) && (App.ShutdownMode == ShutdownMode.OnLastWindowClose))