1 instantiation of StartupEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
188StartupEventArgs e = new StartupEventArgs();
5 references to StartupEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (1)
1123private void OnStartup(Object sender, StartupEventArgs e)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
66void XappLauncherApp_Startup(object sender, StartupEventArgs e)
src\Framework\System\Windows\Application.cs (3)
79public delegate void StartupEventHandler(Object sender, StartupEventArgs e); 188StartupEventArgs e = new StartupEventArgs(); 1329protected virtual void OnStartup(StartupEventArgs e)