4 references to DomDocument
System.Windows.Forms (4)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (3)
267IPersistStreamInit.Interface? psi = htmlDocument.DomDocument as IPersistStreamInit.Interface; 355using var htmlDocument2 = ComHelpers.GetComScope<IHTMLDocument2>(htmlDocument.DomDocument); 380using var htmlDocument2 = ComHelpers.GetComScope<IHTMLDocument2>(htmlDocument.DomDocument);
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserEvent.cs (1)
83IPersistStreamInit.Interface? psi = htmlDocument.DomDocument as IPersistStreamInit.Interface;