1 write to _associatedWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
37
_associatedWindow
= window.NativeHtmlWindow;
1 reference to _associatedWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
41
public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)
_associatedWindow
?.GetManagedObject();