6 references to ShutDownEvents
WindowsBase (6)
Base\MS\Internal\ShutDownListener.cs (5)
61: this(target, ShutDownEvents.All) 70internal ShutDownListener(object target, ShutDownEvents events) 162DomainUnload = ShutDownEvents.DomainUnload, 163ProcessExit = ShutDownEvents.ProcessExit, 164DispatcherShutdown = ShutDownEvents.DispatcherShutdown,
Shared\MS\Win32\ManagedWndProcTracker.cs (1)
251: base(null, ShutDownEvents.AppDomain)