1 instantiation of ExitEventArgs
PresentationFramework (1)
System\Windows\Application.cs (1)
1607
ExitEventArgs e = new
ExitEventArgs
(_exitCode);
5 references to ExitEventArgs
PresentationFramework (5)
System\Windows\Application.cs (3)
57
public delegate void ExitEventHandler(Object sender,
ExitEventArgs
e);
1263
protected virtual void OnExit(
ExitEventArgs
e)
1607
ExitEventArgs
e = new ExitEventArgs(_exitCode);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
12305
private static void OnApplicationExit(object sender,
ExitEventArgs
e)
System\Windows\Documents\TextStore.cs (1)
4885
private static void OnApplicationExit(object sender,
ExitEventArgs
e)