2 writes to _statusText
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
548
_statusText
= string.Empty;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
136
_parent.
_statusText
= text ?? string.Empty;
1 reference to _statusText
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
551
return
_statusText
;