2 instantiations of MouseHook
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5488
mouseHook = new
MouseHook
(this, this, psheet);
6613
mouseHook = new
MouseHook
(this, this, psheet);
5 references to MouseHook
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
5444
private
MouseHook
mouseHook; // we use this to hook mouse downs, etc. to know when to close the dropdown.
6539
private
MouseHook
mouseHook;
7291
public MouseHookObject(
MouseHook
parent) {
7298
MouseHook
control = (
MouseHook
)reference.Target;