21 references to Interface
System.Windows.Forms.Primitives (20)
Windows.Win32.IHTMLDocument4.g.cs (14)
118 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 153 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 178 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 213 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 234 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 265 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 292 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 327 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 358 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 398 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 423 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 450 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 485 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 506 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.Web_MsHtml_IHTMLDocument4_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.hasFocus(winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT hasFocus(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pfFocus) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.createEventObject(winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.IHTMLEventObj**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT createEventObject(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, in winmdroot.System.Variant.VARIANT pvarEventObject, winmdroot.Web.MsHtml.IHTMLEventObj** ppEventObj) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled)
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlDocumentTests.cs (1)
571Assert.True(domDocument is IHTMLDocument4.Interface);