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