3 references to EVENT_STARTUP
PresentationFramework (3)
System\Windows\Application.cs (3)
1157add{ VerifyAccess(); Events.AddHandler(EVENT_STARTUP, value); } 1158remove{ VerifyAccess(); Events.RemoveHandler(EVENT_STARTUP, value); } 1284StartupEventHandler handler = (StartupEventHandler)Events[EVENT_STARTUP];