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