3 writes to _windowHandle
Microsoft.Win32.SystemEvents (3)
Microsoft\Win32\SystemEvents.cs (3)
413
_windowHandle
= IntPtr.Zero;
687
_windowHandle
= Interop.User32.CreateWindowExW(
1181
_windowHandle
= IntPtr.Zero;
16 references to _windowHandle
Microsoft.Win32.SystemEvents (16)
Microsoft\Win32\SystemEvents.cs (16)
391
IntPtr timerId = Interop.User32.SendMessageW(s_systemEvents!.
_windowHandle
,
404
if (
_windowHandle
!= IntPtr.Zero)
408
Interop.Wtsapi32.WTSUnRegisterSessionNotification(s_systemEvents!.
_windowHandle
);
412
IntPtr handle =
_windowHandle
;
492
if (requireHandle && s_systemEvents.
_windowHandle
== IntPtr.Zero)
511
Interop.Wtsapi32.WTSRegisterSessionNotification(s_systemEvents!.
_windowHandle
, Interop.Wtsapi32.NOTIFY_FOR_THIS_SESSION);
758
int thread = Interop.User32.GetWindowThreadProcessId(s_systemEvents!.
_windowHandle
, &pid);
782
Interop.User32.PostMessageW(s_systemEvents!.
_windowHandle
, s_threadCallbackMessage, IntPtr.Zero, IntPtr.Zero);
791
if (s_systemEvents!.
_windowHandle
!= IntPtr.Zero)
793
int res = (int)Interop.User32.SendMessageW(s_systemEvents.
_windowHandle
,
809
IntPtr res = Interop.User32.SetTimer(
_windowHandle
, timerId, (int)wParam, IntPtr.Zero);
847
bool res = Interop.User32.KillTimer(
_windowHandle
, wParam);
1089
Interop.User32.PostMessageW(
_windowHandle
, Interop.User32.WM_REFLECT + msg, wParam, newStringPtr);
1102
Interop.User32.PostMessageW(
_windowHandle
, Interop.User32.WM_REFLECT + msg, wParam, lParam);
1210
if (
_windowHandle
!= IntPtr.Zero)
1214
while (Interop.User32.GetMessageW(ref msg,
_windowHandle
, 0, 0) > 0)