2 writes to toolTipText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusBarPanel.cs (2)
463
this.
toolTipText
= null;
466
this.
toolTipText
= value;
2 references to toolTipText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusBarPanel.cs (2)
448
if (this.
toolTipText
== null) {
452
return this.
toolTipText
;