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)
569
if (
_toolTip
is null)
580
return
_toolTip
;
995
_toolTip
?.Dispose();
2229
if (
_toolTip
is not null && !RecreatingHandle)
2231
_toolTip
.Dispose();
3492
if (
_toolTip
is not null)