2 writes to mouseHookHandle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
7156mouseHookHandle = UnsafeNativeMethods.SetWindowsHookEx(NativeMethods.WH_MOUSE, 7207mouseHookHandle = IntPtr.Zero;
6 references to mouseHookHandle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (6)
7115return mouseHookHandle != IntPtr.Zero; 7144if (mouseHookHandle != IntPtr.Zero) { 7160Debug.Assert(mouseHookHandle != IntPtr.Zero, "Failed to install mouse hook"); 7192return UnsafeNativeMethods.CallNextHookEx(new HandleRef(this, mouseHookHandle), nCode, wparam, lparam); 7204if (mouseHookHandle != IntPtr.Zero) { 7205UnsafeNativeMethods.UnhookWindowsHookEx(new HandleRef(this, mouseHookHandle));