3 overrides of AssociatedWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
908
public override UnsafeNativeMethods.IHTMLWindow2
AssociatedWindow
winforms\Managed\System\WinForms\HtmlElement.cs (1)
1449
public override UnsafeNativeMethods.IHTMLWindow2
AssociatedWindow
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
686
public override UnsafeNativeMethods.IHTMLWindow2
AssociatedWindow
1 reference to AssociatedWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\HtmlShimManager.cs (1)
133
AddWindowShim(new HtmlWindow(this, addedShim.
AssociatedWindow
));