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