3 references to EVENT_EXIT
PresentationFramework (3)
System\Windows\Application.cs (3)
1086add{ VerifyAccess(); Events.AddHandler(EVENT_EXIT, value); } 1087remove{ VerifyAccess(); Events.RemoveHandler(EVENT_EXIT, value); } 1226ExitEventHandler handler = (ExitEventHandler)Events[EVENT_EXIT];