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