2 writes to ValueToolTipLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2248this.ValueToolTipLocation = new Point(rect.X+2, rect.Y-1); 2251this.ValueToolTipLocation = InvalidPoint;
2 references to ValueToolTipLocation
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3268else if (!onLabel && gridItem.ValueToolTipLocation != InvalidPoint && !Edit.Focused) { 5303tipPt = curEntry.ValueToolTipLocation;