1 override of OnMouseClick
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
479public override bool OnMouseClick(int x, int y, int count, MouseButtons button)
2 references to OnMouseClick
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
497return base.OnMouseClick(x, y, count, button);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
2987gridEntry.OnMouseClick(e.X - r.X, e.Y - r.Y, e.Clicks, e.Button);