1 instantiation of StartupEventArgs
PresentationFramework (1)
System\Windows\Application.cs (1)
144
StartupEventArgs e = new
StartupEventArgs
();
3 references to StartupEventArgs
PresentationFramework (3)
System\Windows\Application.cs (3)
52
public delegate void StartupEventHandler(Object sender,
StartupEventArgs
e);
144
StartupEventArgs
e = new StartupEventArgs();
1240
protected virtual void OnStartup(
StartupEventArgs
e)