1 instantiation of ExitEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1722ExitEventArgs e = new ExitEventArgs(_exitCode);
5 references to ExitEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
81void XappLauncherApp_Exit(object sender, ExitEventArgs e)
src\Framework\System\Windows\Application.cs (3)
84public delegate void ExitEventHandler(Object sender, ExitEventArgs e); 1352protected virtual void OnExit(ExitEventArgs e) 1722ExitEventArgs e = new ExitEventArgs(_exitCode);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12175static void OnApplicationExit(object sender, ExitEventArgs e)