3 overrides of AssociatedWindow
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
41public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
66public override IHTMLWindow2.Interface? AssociatedWindow => (IHTMLWindow2.Interface?)_associatedWindow?.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
35public override IHTMLWindow2.Interface AssociatedWindow => NativeHtmlWindow;
1 reference to AssociatedWindow
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (1)
155AddWindowShim(new HtmlWindow(this, ComHelpers.GetComPointer<IHTMLWindow2>(addedShim.AssociatedWindow)));