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