3 writes to _toolTip
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
596_toolTip = new GridToolTip([this, EditTextBox]) 1019_toolTip = null; 2255_toolTip = null;
6 references to _toolTip
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
592if (_toolTip is null) 603return _toolTip; 1018_toolTip?.Dispose(); 2252if (_toolTip is not null && !RecreatingHandle) 2254_toolTip.Dispose(); 3531if (_toolTip is not null)