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