3 references to InvalidPoint
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3055
if (onLabel && gridItem.GetLabelToolTipLocation(e.X - itemRect.X, e.Y - itemRect.Y) !=
InvalidPoint
)
3061
else if (!onLabel && gridItem.ValueToolTipLocation !=
InvalidPoint
&& !EditTextBox.Focused)
5287
if (tipPt !=
InvalidPoint
)