2 references to OnStartup
PresentationFramework (2)
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
);