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