1 write to ToolTip
System.Windows.Forms (1)
System\Drawing\Design\PropertyValueUIItem.cs (1)
19ToolTip = 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)
25Assert.Same(tooltip, item.ToolTip);