3 references to EVENT_STARTUP
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (3)
1200
add{ VerifyAccess(); Events.AddHandler(
EVENT_STARTUP
, value); }
1201
remove{ VerifyAccess(); Events.RemoveHandler(
EVENT_STARTUP
, value); }
1333
StartupEventHandler handler = (StartupEventHandler)Events[
EVENT_STARTUP
];