5 references to Interface
System.Windows.Forms.Primitives (4)
Windows.Win32.IHTMLWindow4.g.cs (2)
128 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 155 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.Web_MsHtml_IHTMLWindow4_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow4.Interface.createPopup(winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IDispatch**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT createPopup(this winmdroot.Web.MsHtml.IHTMLWindow4.Interface @this, in winmdroot.System.Variant.VARIANT varArgIn, winmdroot.System.Com.IDispatch** ppPopup)
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlWindowTests.cs (1)
64domWindow.Should().BeAssignableTo<IHTMLWindow4.Interface>();