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