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)
592
if (
_toolTip
is null)
603
return
_toolTip
;
1018
_toolTip
?.Dispose();
2252
if (
_toolTip
is not null && !RecreatingHandle)
2254
_toolTip
.Dispose();
3531
if (
_toolTip
is not null)