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