2 writes to text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusBarPanel.cs (2)
422this.text = null; 425this.text = value;
6 references to text
System.Windows.Forms (6)
winforms\Managed\System\WinForms\StatusBarPanel.cs (6)
407if (text == null) { 411return text; 547if (this.text == null) 550text = this.text; 587if (this.text == null) { 591text = this.text;