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)
593
if (
_toolTip
is null)
604
return
_toolTip
;
1019
_toolTip
?.Dispose();
2253
if (
_toolTip
is not null && !RecreatingHandle)
2255
_toolTip
.Dispose();
3532
if (
_toolTip
is not null)