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)
41public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject();