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