1 write to _valueTipPoint
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
792set => _valueTipPoint = value;
1 reference to _valueTipPoint
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
791get => ShouldRenderPassword ? InvalidPoint : _valueTipPoint;