1 write to _associatedWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
61_associatedWindow = window.NativeHtmlWindow;
1 reference to _associatedWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
66public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject();