7 references to NullHandleRef
System (7)
compmod\microsoft\win32\SystemEvents.cs (5)
475
0, 0, 0, 0, NativeMethods.
NullHandleRef
, NativeMethods.
NullHandleRef
,
857
IntPtr res = UnsafeNativeMethods.SetTimer(new HandleRef(this, windowHandle), new HandleRef(this, timerId), (int) wParam, NativeMethods.
NullHandleRef
);
1255
UnsafeNativeMethods.GetModuleFileName(NativeMethods.
NullHandleRef
, sb, sb.Capacity);
1577
while (UnsafeNativeMethods.PeekMessage(ref msg, NativeMethods.
NullHandleRef
, 0, 0, NativeMethods.PM_REMOVE))
services\io\system\io\FileSystemWatcher.cs (1)
736
NativeMethods.
NullHandleRef
);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
632
bool success = UnsafeNativeMethods.ClearEventLog(readHandle, NativeMethods.
NullHandleRef
);