1 override of OnMouseClick
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
586public override bool OnMouseClick(int x, int y, int count, MouseButtons button) {
2 references to OnMouseClick
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
595return base.OnMouseClick(x, y, count, button);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3207gridEntry.OnMouseClick(me.X - r.X, me.Y - r.Y, me.Clicks, me.Button);