3 references to s_onEventsThreadShutdownEvent
Microsoft.Win32.SystemEvents (3)
Microsoft\Win32\SystemEvents.cs (3)
137
add => AddEventHandler(
s_onEventsThreadShutdownEvent
, value);
138
remove => RemoveEventHandler(
s_onEventsThreadShutdownEvent
, value);
1221
OnShutdown(
s_onEventsThreadShutdownEvent
);