6 references to Document
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
55HtmlDocument? doc = _htmlElement.Document;
System.Windows.Forms.Tests (5)
System\Windows\Forms\HtmlDocumentTests.cs (2)
1550Assert.NotSame(document, element.Document); 1551Assert.Null(element.Document.Body);
System\Windows\Forms\HtmlElementTests.cs (2)
65HtmlDocument result = element.Document; 66Assert.NotSame(result, element.Document);
System\Windows\Forms\HtmlWindowTests.cs (1)
87window.Should().Be(document.GetElementById("1").Parent.Document.Window);