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