5 references to InvalidPoint
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
121protected Point labelTipPoint = InvalidPoint; 122protected Point valueTipPoint = InvalidPoint; 1023return ShouldRenderPassword ? InvalidPoint : valueTipPoint; 1955this.labelTipPoint = InvalidPoint; 2251this.ValueToolTipLocation = InvalidPoint;