468 references to IHTMLElement2
System.Windows.Forms (15)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (13)
91
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
102
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
405
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
424
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
431
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
440
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
447
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
490
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
497
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
523
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
550
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
559
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
638
using var htmlElement2 = GetHtmlElement<
IHTMLElement2
>();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
80
using var htmlElement2 = _htmlElement.GetHtmlElement<
IHTMLElement2
>();
112
using var htmlElement2 = _htmlElement.GetHtmlElement<
IHTMLElement2
>();
System.Windows.Forms.Primitives (445)
Windows.Win32.IHTMLElement2.g.cs (415)
25
:IVTable<
IHTMLElement2
,
IHTMLElement2
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint>)lpVtbl[1])((
IHTMLElement2
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint>)lpVtbl[2])((
IHTMLElement2
*)Unsafe.AsPointer(ref this));
65
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
70
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
91
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
108
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
114
private static winmdroot.Foundation.HRESULT get_scopeName(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR* p)
137
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
145
private static winmdroot.Foundation.HRESULT setCapture(
IHTMLElement2
* pThis, winmdroot.Foundation.VARIANT_BOOL containerCapture)
164
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), containerCapture).ThrowOnFailure();
170
private static winmdroot.Foundation.HRESULT releaseCapture(
IHTMLElement2
* pThis)
189
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IHTMLElement2
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
195
private static winmdroot.Foundation.HRESULT put_onlosecapture(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
217
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
222
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
230
private static winmdroot.Foundation.HRESULT get_onlosecapture(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
251
private static winmdroot.Foundation.HRESULT componentFromPoint(
IHTMLElement2
* pThis, int x, int y, winmdroot.Foundation.BSTR* component)
271
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), x, y, &__retVal).ThrowOnFailure();
278
private static winmdroot.Foundation.HRESULT doScroll(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT component)
297
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), component).ThrowOnFailure();
303
private static winmdroot.Foundation.HRESULT put_onscroll(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
325
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
330
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
338
private static winmdroot.Foundation.HRESULT get_onscroll(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
359
private static winmdroot.Foundation.HRESULT put_ondrag(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
381
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
386
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
394
private static winmdroot.Foundation.HRESULT get_ondrag(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
415
private static winmdroot.Foundation.HRESULT put_ondragend(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
437
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
442
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
450
private static winmdroot.Foundation.HRESULT get_ondragend(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
471
private static winmdroot.Foundation.HRESULT put_ondragenter(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
493
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
498
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
506
private static winmdroot.Foundation.HRESULT get_ondragenter(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
527
private static winmdroot.Foundation.HRESULT put_ondragover(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
549
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
554
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
562
private static winmdroot.Foundation.HRESULT get_ondragover(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
583
private static winmdroot.Foundation.HRESULT put_ondragleave(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
605
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
610
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
618
private static winmdroot.Foundation.HRESULT get_ondragleave(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
639
private static winmdroot.Foundation.HRESULT put_ondrop(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
661
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
666
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
674
private static winmdroot.Foundation.HRESULT get_ondrop(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
695
private static winmdroot.Foundation.HRESULT put_onbeforecut(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
717
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
722
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
730
private static winmdroot.Foundation.HRESULT get_onbeforecut(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
751
private static winmdroot.Foundation.HRESULT put_oncut(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
773
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
778
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
786
private static winmdroot.Foundation.HRESULT get_oncut(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
807
private static winmdroot.Foundation.HRESULT put_onbeforecopy(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
829
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
834
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
842
private static winmdroot.Foundation.HRESULT get_onbeforecopy(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
863
private static winmdroot.Foundation.HRESULT put_oncopy(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
885
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
890
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
898
private static winmdroot.Foundation.HRESULT get_oncopy(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
919
private static winmdroot.Foundation.HRESULT put_onbeforepaste(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
941
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
946
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
954
private static winmdroot.Foundation.HRESULT get_onbeforepaste(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
975
private static winmdroot.Foundation.HRESULT put_onpaste(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
997
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1002
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1010
private static winmdroot.Foundation.HRESULT get_onpaste(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1031
private static winmdroot.Foundation.HRESULT get_currentStyle(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLCurrentStyle** p)
1054
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLCurrentStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1062
private static winmdroot.Foundation.HRESULT put_onpropertychange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1084
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1089
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1097
private static winmdroot.Foundation.HRESULT get_onpropertychange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1118
private static winmdroot.Foundation.HRESULT getClientRects(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLRectCollection** pRectCol)
1138
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLRectCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
1145
private static winmdroot.Foundation.HRESULT getBoundingClientRect(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLRect** pRect)
1165
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLRect** ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
1172
private static winmdroot.Foundation.HRESULT setExpression(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR propname, winmdroot.Foundation.BSTR expression, winmdroot.Foundation.BSTR language)
1191
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), propname, expression, language).ThrowOnFailure();
1197
private static winmdroot.Foundation.HRESULT getExpression(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR propname, winmdroot.System.Variant.VARIANT* expression)
1217
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure();
1224
private static winmdroot.Foundation.HRESULT removeExpression(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess)
1244
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure();
1251
private static winmdroot.Foundation.HRESULT put_tabIndex(
IHTMLElement2
* pThis, short v)
1270
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,short ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), v);
1286
private static winmdroot.Foundation.HRESULT get_tabIndex(
IHTMLElement2
* pThis, short* p)
1305
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,short* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
1311
private static winmdroot.Foundation.HRESULT focus(
IHTMLElement2
* pThis)
1330
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IHTMLElement2
*)Unsafe.AsPointer(ref this));
1336
private static winmdroot.Foundation.HRESULT put_accessKey(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR v)
1358
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1363
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1371
private static winmdroot.Foundation.HRESULT get_accessKey(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR* p)
1392
private static winmdroot.Foundation.HRESULT put_onblur(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1414
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1419
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1427
private static winmdroot.Foundation.HRESULT get_onblur(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1448
private static winmdroot.Foundation.HRESULT put_onfocus(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1470
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1475
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1483
private static winmdroot.Foundation.HRESULT get_onfocus(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1504
private static winmdroot.Foundation.HRESULT put_onresize(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1526
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1531
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1539
private static winmdroot.Foundation.HRESULT get_onresize(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1560
private static winmdroot.Foundation.HRESULT blur(
IHTMLElement2
* pThis)
1579
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
IHTMLElement2
*)Unsafe.AsPointer(ref this));
1585
private static winmdroot.Foundation.HRESULT addFilter(
IHTMLElement2
* pThis, winmdroot.System.Com.IUnknown* pUnk)
1604
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), pUnk).ThrowOnFailure();
1610
private static winmdroot.Foundation.HRESULT removeFilter(
IHTMLElement2
* pThis, winmdroot.System.Com.IUnknown* pUnk)
1629
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), pUnk).ThrowOnFailure();
1645
private static winmdroot.Foundation.HRESULT get_clientHeight(
IHTMLElement2
* pThis, int* p)
1664
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
1680
private static winmdroot.Foundation.HRESULT get_clientWidth(
IHTMLElement2
* pThis, int* p)
1699
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
1715
private static winmdroot.Foundation.HRESULT get_clientTop(
IHTMLElement2
* pThis, int* p)
1734
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
1750
private static winmdroot.Foundation.HRESULT get_clientLeft(
IHTMLElement2
* pThis, int* p)
1769
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
1785
private static winmdroot.Foundation.HRESULT attachEvent(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult)
1804
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult);
1810
private static winmdroot.Foundation.HRESULT detachEvent(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp)
1829
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), @event, pDisp);
1835
private static winmdroot.Foundation.HRESULT get_readyState(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1858
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1866
private static winmdroot.Foundation.HRESULT put_onreadystatechange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1888
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1893
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1901
private static winmdroot.Foundation.HRESULT get_onreadystatechange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1922
private static winmdroot.Foundation.HRESULT put_onrowsdelete(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
1944
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1949
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1957
private static winmdroot.Foundation.HRESULT get_onrowsdelete(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
1978
private static winmdroot.Foundation.HRESULT put_onrowsinserted(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
2000
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2005
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2013
private static winmdroot.Foundation.HRESULT get_onrowsinserted(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
2034
private static winmdroot.Foundation.HRESULT put_oncellchange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
2056
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2061
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2069
private static winmdroot.Foundation.HRESULT get_oncellchange(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
2090
private static winmdroot.Foundation.HRESULT put_dir(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR v)
2112
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2117
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2125
private static winmdroot.Foundation.HRESULT get_dir(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR* p)
2146
private static winmdroot.Foundation.HRESULT createControlRange(
IHTMLElement2
* pThis, winmdroot.System.Com.IDispatch** range)
2166
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
2183
private static winmdroot.Foundation.HRESULT get_scrollHeight(
IHTMLElement2
* pThis, int* p)
2202
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
2218
private static winmdroot.Foundation.HRESULT get_scrollWidth(
IHTMLElement2
* pThis, int* p)
2237
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
2243
private static winmdroot.Foundation.HRESULT put_scrollTop(
IHTMLElement2
* pThis, int v)
2262
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), v);
2278
private static winmdroot.Foundation.HRESULT get_scrollTop(
IHTMLElement2
* pThis, int* p)
2297
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
2303
private static winmdroot.Foundation.HRESULT put_scrollLeft(
IHTMLElement2
* pThis, int v)
2322
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), v);
2338
private static winmdroot.Foundation.HRESULT get_scrollLeft(
IHTMLElement2
* pThis, int* p)
2357
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
2363
private static winmdroot.Foundation.HRESULT clearAttributes(
IHTMLElement2
* pThis)
2382
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT>)lpVtbl[86])((
IHTMLElement2
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
2388
private static winmdroot.Foundation.HRESULT mergeAttributes(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLElement* mergeThis)
2407
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), mergeThis).ThrowOnFailure();
2413
private static winmdroot.Foundation.HRESULT put_oncontextmenu(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
2435
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2440
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2448
private static winmdroot.Foundation.HRESULT get_oncontextmenu(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
2469
private static winmdroot.Foundation.HRESULT insertAdjacentElement(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.IHTMLElement* insertedElement, winmdroot.Web.MsHtml.IHTMLElement** inserted)
2488
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), where, insertedElement, inserted);
2494
private static winmdroot.Foundation.HRESULT applyElement(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLElement* apply, winmdroot.Foundation.BSTR where, winmdroot.Web.MsHtml.IHTMLElement** applied)
2514
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), apply, where, &__retVal).ThrowOnFailure();
2521
private static winmdroot.Foundation.HRESULT getAdjacentText(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR where, winmdroot.Foundation.BSTR* text)
2541
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), where, &__retVal).ThrowOnFailure();
2548
private static winmdroot.Foundation.HRESULT replaceAdjacentText(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR where, winmdroot.Foundation.BSTR newText, winmdroot.Foundation.BSTR* oldText)
2568
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), where, newText, &__retVal).ThrowOnFailure();
2585
private static winmdroot.Foundation.HRESULT get_canHaveChildren(
IHTMLElement2
* pThis, winmdroot.Foundation.VARIANT_BOOL* p)
2604
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), p);
2620
private static winmdroot.Foundation.HRESULT addBehavior(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR bstrUrl, winmdroot.System.Variant.VARIANT* pvarFactory, int* pCookie)
2640
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), bstrUrl, pvarFactory, &__retVal).ThrowOnFailure();
2647
private static winmdroot.Foundation.HRESULT removeBehavior(
IHTMLElement2
* pThis, int cookie, winmdroot.Foundation.VARIANT_BOOL* pfResult)
2667
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), cookie, &__retVal).ThrowOnFailure();
2674
private static winmdroot.Foundation.HRESULT get_runtimeStyle(
IHTMLElement2
* pThis, winmdroot.Web.MsHtml.IHTMLStyle** p)
2697
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2705
private static winmdroot.Foundation.HRESULT get_behaviorUrns(
IHTMLElement2
* pThis, winmdroot.System.Com.IDispatch** p)
2728
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2736
private static winmdroot.Foundation.HRESULT put_tagUrn(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR v)
2758
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2763
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2771
private static winmdroot.Foundation.HRESULT get_tagUrn(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR* p)
2792
private static winmdroot.Foundation.HRESULT put_onbeforeeditfocus(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT v)
2814
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2819
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2827
private static winmdroot.Foundation.HRESULT get_onbeforeeditfocus(
IHTMLElement2
* pThis, winmdroot.System.Variant.VARIANT* p)
2848
private static winmdroot.Foundation.HRESULT get_readyStateValue(
IHTMLElement2
* pThis, int* p)
2871
((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2879
private static winmdroot.Foundation.HRESULT getElementsByTagName(
IHTMLElement2
* pThis, winmdroot.Foundation.BSTR v, winmdroot.Web.MsHtml.IHTMLElementCollection** pelColl)
2898
return ((delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((
IHTMLElement2
*)Unsafe.AsPointer(ref this), v, pelColl);
2922
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2924
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint> AddRef_2;
2926
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint> Release_3;
2928
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2930
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2932
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2934
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7;
2936
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_scopeName_8;
2938
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> setCapture_9;
2940
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT> releaseCapture_10;
2942
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onlosecapture_11;
2944
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onlosecapture_12;
2946
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> componentFromPoint_13;
2948
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> doScroll_14;
2950
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onscroll_15;
2952
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onscroll_16;
2954
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondrag_17;
2956
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondrag_18;
2958
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragend_19;
2960
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragend_20;
2962
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragenter_21;
2964
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragenter_22;
2966
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragover_23;
2968
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragover_24;
2970
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondragleave_25;
2972
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondragleave_26;
2974
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_ondrop_27;
2976
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_ondrop_28;
2978
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforecut_29;
2980
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforecut_30;
2982
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncut_31;
2984
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncut_32;
2986
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforecopy_33;
2988
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforecopy_34;
2990
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncopy_35;
2992
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncopy_36;
2994
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforepaste_37;
2996
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforepaste_38;
2998
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpaste_39;
3000
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpaste_40;
3002
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLCurrentStyle** ,winmdroot.Foundation.HRESULT> get_currentStyle_41;
3004
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onpropertychange_42;
3006
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onpropertychange_43;
3008
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLRectCollection** ,winmdroot.Foundation.HRESULT> getClientRects_44;
3010
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLRect** ,winmdroot.Foundation.HRESULT> getBoundingClientRect_45;
3012
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> setExpression_46;
3014
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> getExpression_47;
3016
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeExpression_48;
3018
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,short ,winmdroot.Foundation.HRESULT> put_tabIndex_49;
3020
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,short* ,winmdroot.Foundation.HRESULT> get_tabIndex_50;
3022
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT> focus_51;
3024
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_accessKey_52;
3026
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_accessKey_53;
3028
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onblur_54;
3030
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onblur_55;
3032
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfocus_56;
3034
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfocus_57;
3036
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresize_58;
3038
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresize_59;
3040
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT> blur_60;
3042
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> addFilter_61;
3044
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT> removeFilter_62;
3046
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_clientHeight_63;
3048
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_clientWidth_64;
3050
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_clientTop_65;
3052
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_clientLeft_66;
3054
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_67;
3056
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.HRESULT> detachEvent_68;
3058
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_readyState_69;
3060
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onreadystatechange_70;
3062
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onreadystatechange_71;
3064
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsdelete_72;
3066
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsdelete_73;
3068
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onrowsinserted_74;
3070
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onrowsinserted_75;
3072
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncellchange_76;
3074
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncellchange_77;
3076
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_dir_78;
3078
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_dir_79;
3080
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> createControlRange_80;
3082
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_scrollHeight_81;
3084
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_scrollWidth_82;
3086
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.HRESULT> put_scrollTop_83;
3088
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_scrollTop_84;
3090
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.HRESULT> put_scrollLeft_85;
3092
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_scrollLeft_86;
3094
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.HRESULT> clearAttributes_87;
3096
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.HRESULT> mergeAttributes_88;
3098
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_oncontextmenu_89;
3100
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_oncontextmenu_90;
3102
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> insertAdjacentElement_91;
3104
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT> applyElement_92;
3106
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> getAdjacentText_93;
3108
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> replaceAdjacentText_94;
3110
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_canHaveChildren_95;
3112
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> addBehavior_96;
3114
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeBehavior_97;
3116
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT> get_runtimeStyle_98;
3118
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_behaviorUrns_99;
3120
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_tagUrn_100;
3122
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_tagUrn_101;
3124
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeeditfocus_102;
3126
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeeditfocus_103;
3128
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,int* ,winmdroot.Foundation.HRESULT> get_readyStateValue_104;
3130
internal delegate *unmanaged [Stdcall]<
IHTMLElement2
*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT> getElementsByTagName_105;
Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (30)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.getExpression(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT getExpression(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.System.Variant.VARIANT expression)
33
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.removeExpression(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT removeExpression(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.Foundation.VARIANT_BOOL pfSuccess)
43
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_tabIndex(short*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_tabIndex(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out short p)
53
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_clientHeight(int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT get_clientHeight(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
63
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_clientWidth(int*)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT get_clientWidth(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
73
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_clientTop(int*)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT get_clientTop(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
83
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_clientLeft(int*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT get_clientLeft(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
93
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult)
103
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_scrollHeight(int*)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT get_scrollHeight(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
113
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_scrollWidth(int*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT get_scrollWidth(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
123
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_scrollTop(int*)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT get_scrollTop(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
133
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_scrollLeft(int*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT get_scrollLeft(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out int p)
143
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p)
153
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.addBehavior(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, int*)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT addBehavior(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, winmdroot.Foundation.BSTR bstrUrl, in winmdroot.System.Variant.VARIANT pvarFactory, out int pCookie)
166
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLElement2
.Interface.removeBehavior(int, winmdroot.Foundation.VARIANT_BOOL*)"/>
167
internal static unsafe winmdroot.Foundation.HRESULT removeBehavior(this winmdroot.Web.MsHtml.
IHTMLElement2
.Interface @this, int cookie, out winmdroot.Foundation.VARIANT_BOOL pfResult)
System.Windows.Forms.Tests (8)
System\Windows\Forms\HtmlDocumentTests.cs (1)
226
using var iHtmlElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(active.DomElement);
System\Windows\Forms\HtmlElementTests.cs (7)
173
Assert.True(domElement is
IHTMLElement2
.Interface);
1105
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);
1129
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);
1195
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);
1219
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);
1367
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);
1391
using var iHTMLElement2 = ComHelpers.GetComScope<
IHTMLElement2
>(element.DomElement);