3 writes to _toolTip
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
573_toolTip = new GridToolTip([this, EditTextBox]) 996_toolTip = null; 2232_toolTip = null;
6 references to _toolTip
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
569if (_toolTip is null) 580return _toolTip; 995_toolTip?.Dispose(); 2229if (_toolTip is not null && !RecreatingHandle) 2231_toolTip.Dispose(); 3492if (_toolTip is not null)