1 write to ToolTip
System.Windows.Forms (1)
System\Drawing\Design\PropertyValueUIItem.cs (1)
19
ToolTip
= tooltip;
2 references to ToolTip
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
322
_toolTipText = _propertyValueUIItems[i].
ToolTip
;
System.Windows.Forms.Tests (1)
System\Drawing\Design\PropertyValueUIItemTests.cs (1)
25
Assert.Same(tooltip, item.
ToolTip
);