1 write to s_systemEvents
Microsoft.Win32.SystemEvents (1)
Microsoft\Win32\SystemEvents.cs (1)
490s_systemEvents = systemEvents;
14 references to s_systemEvents
Microsoft.Win32.SystemEvents (14)
Microsoft\Win32\SystemEvents.cs (14)
391IntPtr timerId = Interop.User32.SendMessageW(s_systemEvents!._windowHandle, 393GC.KeepAlive(s_systemEvents); 408Interop.Wtsapi32.WTSUnRegisterSessionNotification(s_systemEvents!._windowHandle); 409GC.KeepAlive(s_systemEvents); 462if (s_systemEvents is not null) 469if (s_systemEvents is not null) 492if (requireHandle && s_systemEvents._windowHandle == IntPtr.Zero) 511Interop.Wtsapi32.WTSRegisterSessionNotification(s_systemEvents!._windowHandle, Interop.Wtsapi32.NOTIFY_FOR_THIS_SESSION); 512GC.KeepAlive(s_systemEvents); 758int thread = Interop.User32.GetWindowThreadProcessId(s_systemEvents!._windowHandle, &pid); 782Interop.User32.PostMessageW(s_systemEvents!._windowHandle, s_threadCallbackMessage, IntPtr.Zero, IntPtr.Zero); 791if (s_systemEvents!._windowHandle != IntPtr.Zero) 793int res = (int)Interop.User32.SendMessageW(s_systemEvents._windowHandle, 795GC.KeepAlive(s_systemEvents);