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