2 instantiations of GridToolTip
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
573_toolTip = new GridToolTip([this, EditTextBox])
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs (1)
15_toolTip = new(_controls);
4 references to GridToolTip
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
85private GridToolTip? _toolTip; 565private GridToolTip ToolTip 3792internal static void PositionTooltip(Control parent, GridToolTip toolTip, Rectangle itemRect)
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\GridToolTipTests.cs (1)
9private readonly GridToolTip _toolTip;