1 write to ValueToolTipLocation
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1946ValueToolTipLocation = doToolTip ? new Point(rect.X + 2, rect.Y - 1) : InvalidPoint;
2 references to ValueToolTipLocation
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
3062else if (!onLabel && gridItem.ValueToolTipLocation != InvalidPoint && !EditTextBox.Focused) 5276tipPt = curEntry.ValueToolTipLocation;