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