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