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