26 references to Interface
System.Windows.Forms.Primitives (25)
Windows.Win32.IHTMLWindow3.g.cs (13)
128 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 163 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 198 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 223 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 261 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 301 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 328 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 353 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 388 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 409 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 444 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 465 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 509 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (12)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.get_screenLeft(int*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_screenLeft(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, out int p) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.get_screenTop(int*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_screenTop(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, out int p) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 53 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.setTimeout(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*, int*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT setTimeout(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 69 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.setInterval(winmdroot.System.Variant.VARIANT*, int, winmdroot.System.Variant.VARIANT*, int*)"/> 70 internal static unsafe winmdroot.Foundation.HRESULT setInterval(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, in winmdroot.System.Variant.VARIANT expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID) 85 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.showModelessDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.IHTMLWindow2**)"/> 86 internal static unsafe winmdroot.Foundation.HRESULT showModelessDialog(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options, winmdroot.Web.MsHtml.IHTMLWindow2** pDialog)
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlWindowTests.cs (1)
63domWindow.Should().BeAssignableTo<IHTMLWindow3.Interface>();