2 writes to _mouseHookHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (2)
95
_mouseHookHandle
= PInvoke.SetWindowsHookEx(
147
_mouseHookHandle
= default;
6 references to _mouseHookHandle
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (6)
60
get => !
_mouseHookHandle
.IsNull;
83
if (!
_mouseHookHandle
.IsNull)
101
Debug.Assert(!
_mouseHookHandle
.IsNull, "Failed to install mouse hook");
134
return PInvoke.CallNextHookEx(
_mouseHookHandle
, nCode, wparam, lparam);
144
if (!
_mouseHookHandle
.IsNull)
146
PInvoke.UnhookWindowsHookEx(
_mouseHookHandle
);