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