2 writes to statusText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
593
statusText
= "";
2004
this.parent.
statusText
= (text == null) ? "" : text;
1 reference to statusText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowser.cs (1)
595
return
statusText
;