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