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(); 87if (_toolTip is not null 88&& !string.IsNullOrEmpty(_toolTip.GetToolTip(c))) 90_toolTip.SetToolTip(c, caption: null); 97_toolTip.SetToolTip(child, caption: null);