3 references to Startup
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
790
Application.Current.
Startup
+= new System.Windows.StartupEventHandler(this.OnStartup);
1128
Application.Current.
Startup
-= new System.Windows.StartupEventHandler(this.OnStartup);
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
45
this.
Startup
+= new StartupEventHandler(XappLauncherApp_Startup);