2 writes to DocumentText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
886
this.
DocumentText
= text;
917
this.
DocumentText
= text;
2 references to DocumentText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
884
string text = this.
DocumentText
;
915
string text = this.
DocumentText
;