8 references to Document
System.Windows.Forms (8)
winforms\Managed\System\WinForms\WebBrowser.cs (8)
293
HtmlDocument htmlDocument = this.
Document
;
371
HtmlDocument htmlDocument = this.
Document
;
401
HtmlDocument htmlDocument = this.
Document
;
428
if (this.
Document
== null) {
446
if (this.
Document
== null) {
569
if (this.
Document
== null) {
592
if (this.
Document
== null) {
1956
HtmlDocument htmlDocument = this.parent.
Document
;