2 references to Window
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
34
HtmlWindow? window = htmlDocument.
Window
;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
58
HtmlWindow? window = doc.
Window
;