1 write to _mouseHook
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
61
_mouseHook
= new(this, this, gridView);
3 references to _mouseHook
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (3)
100
get =>
_mouseHook
.HookMouseDown;
101
set =>
_mouseHook
.HookMouseDown = value;
145
_mouseHook
.HookMouseDown = false;