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