1 write to _toolTip
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\InheritanceUI.cs (1)
49
_toolTip
??= new ToolTip
7 references to _toolTip
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\InheritanceUI.cs (7)
65
_toolTip
.SetToolTip(c, text);
72
_toolTip
.SetToolTip(child, text);
79
_toolTip
?.Dispose();
87
if (
_toolTip
is not null
88
&& !string.IsNullOrEmpty(
_toolTip
.GetToolTip(c)))
90
_toolTip
.SetToolTip(c, caption: null);
97
_toolTip
.SetToolTip(child, caption: null);