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)
100get => _mouseHook.HookMouseDown; 101set => _mouseHook.HookMouseDown = value; 145_mouseHook.HookMouseDown = false;