1 override of GetLabelToolTipLocation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
428
internal override Point
GetLabelToolTipLocation
(int mouseX, int mouseY){
3 references to GetLabelToolTipLocation
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
438
return base.
GetLabelToolTipLocation
(mouseX, mouseY);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3263
if (onLabel && gridItem.
GetLabelToolTipLocation
(me.X - itemRect.X, me.Y - itemRect.Y) != InvalidPoint) {
5300
tipPt = curEntry.
GetLabelToolTipLocation
(mouseLoc.X - itemRect.X, mouseLoc.Y - itemRect.Y);