1 override of GetLabelToolTipLocation
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
312
internal override Point
GetLabelToolTipLocation
(int mouseX, int mouseY)
3 references to GetLabelToolTipLocation
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
329
return base.
GetLabelToolTipLocation
(mouseX, mouseY);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3056
if (onLabel && gridItem.
GetLabelToolTipLocation
(e.X - itemRect.X, e.Y - itemRect.Y) != InvalidPoint)
5272
tipPt = curEntry.
GetLabelToolTipLocation
(mouseLoc.X - itemRect.X, mouseLoc.Y - itemRect.Y);