2 references to OnShutdown
PresentationCore (2)
Shared\MS\Internal\AppDomainShutdownMonitor.cs (2)
29
AppDomain.CurrentDomain.DomainUnload +=
OnShutdown
;
30
AppDomain.CurrentDomain.ProcessExit +=
OnShutdown
;