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