3 writes to _toolTip
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
597_toolTip = new GridToolTip([this, EditTextBox]) 1020_toolTip = null; 2256_toolTip = null;
6 references to _toolTip
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
593if (_toolTip is null) 604return _toolTip; 1019_toolTip?.Dispose(); 2253if (_toolTip is not null && !RecreatingHandle) 2255_toolTip.Dispose(); 3532if (_toolTip is not null)