2 implementations of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
53
IDispatchEx.
Interface
,
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
19
internal abstract unsafe class StandardDispatch<T> : IDispatch.Interface, IDispatchEx.
Interface
, IDisposable
40 references to Interface
System.Private.Windows.Core (16)
Windows.Win32.IDispatchEx.g.cs (8)
131
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
166
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
191
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
216
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
251
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
276
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
311
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
336
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (8)
23
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.
Interface
.GetDispID(winmdroot.Foundation.BSTR, uint, int*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetDispID(this winmdroot.System.Ole.IDispatchEx.
Interface
@this, winmdroot.Foundation.BSTR bstrName, uint grfdex, out int pid)
33
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.
Interface
.InvokeEx(int, uint, ushort, winmdroot.System.Com.DISPPARAMS*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.EXCEPINFO*, winmdroot.System.Com.IServiceProvider*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT InvokeEx(this winmdroot.System.Ole.IDispatchEx.
Interface
@this, int id, uint lcid, ushort wFlags, in winmdroot.System.Com.DISPPARAMS pdp, winmdroot.System.Variant.VARIANT* pvarRes, winmdroot.System.Com.EXCEPINFO* pei, winmdroot.System.Com.IServiceProvider* pspCaller)
43
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.
Interface
.GetMemberProperties(int, uint, winmdroot.System.Ole.FDEX_PROP_FLAGS*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetMemberProperties(this winmdroot.System.Ole.IDispatchEx.
Interface
@this, int id, uint grfdexFetch, out winmdroot.System.Ole.FDEX_PROP_FLAGS pgrfdex)
53
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.
Interface
.GetNextDispID(uint, int, int*)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT GetNextDispID(this winmdroot.System.Ole.IDispatchEx.
Interface
@this, uint grfdex, int id, out int pid)
System.Windows.Forms (16)
System\Windows\Forms\Accessibility\AccessibleObject.cs (16)
3329
HRESULT IDispatchEx.
Interface
.GetDispID(BSTR bstrName, uint grfdex, int* pid)
3330
=> ((IDispatchEx.
Interface
)_dispatchAdapter).GetDispID(bstrName, grfdex, pid);
3332
HRESULT IDispatchEx.
Interface
.InvokeEx(
3340
=> ((IDispatchEx.
Interface
)_dispatchAdapter).InvokeEx(id, lcid, wFlags, pdp, pvarRes, pei, pspCaller);
3342
HRESULT IDispatchEx.
Interface
.DeleteMemberByName(BSTR bstrName, uint grfdex)
3343
=> ((IDispatchEx.
Interface
)_dispatchAdapter).DeleteMemberByName(bstrName, grfdex);
3345
HRESULT IDispatchEx.
Interface
.DeleteMemberByDispID(int id)
3346
=> ((IDispatchEx.
Interface
)_dispatchAdapter).DeleteMemberByDispID(id);
3348
HRESULT IDispatchEx.
Interface
.GetMemberProperties(int id, uint grfdexFetch, FDEX_PROP_FLAGS* pgrfdex)
3349
=> ((IDispatchEx.
Interface
)_dispatchAdapter).GetMemberProperties(id, grfdexFetch, pgrfdex);
3351
HRESULT IDispatchEx.
Interface
.GetMemberName(int id, BSTR* pbstrName)
3352
=> ((IDispatchEx.
Interface
)_dispatchAdapter).GetMemberName(id, pbstrName);
3354
HRESULT IDispatchEx.
Interface
.GetNextDispID(uint grfdex, int id, int* pid)
3355
=> ((IDispatchEx.
Interface
)_dispatchAdapter).GetNextDispID(grfdex, id, pid);
3357
HRESULT IDispatchEx.
Interface
.GetNameSpaceParent(IUnknown** ppunk)
3358
=> ((IDispatchEx.
Interface
)_dispatchAdapter).GetNameSpaceParent(ppunk);
System.Windows.Forms.Primitives (8)
Windows\Win32\System\Com\StandardDispatch.cs (8)
134
HRESULT IDispatchEx.
Interface
.GetDispID(BSTR bstrName, uint grfdex, int* pid)
139
HRESULT IDispatchEx.
Interface
.GetMemberName(int id, BSTR* pbstrName)
144
HRESULT IDispatchEx.
Interface
.GetNextDispID(uint grfdex, int id, int* pid)
158
HRESULT IDispatchEx.
Interface
.InvokeEx(
201
HRESULT IDispatchEx.
Interface
.GetMemberProperties(int id, uint grfdexFetch, FDEX_PROP_FLAGS* pgrfdex)
237
HRESULT IDispatchEx.
Interface
.DeleteMemberByName(BSTR bstrName, uint grfdex) => HRESULT.E_NOTIMPL;
238
HRESULT IDispatchEx.
Interface
.DeleteMemberByDispID(int id) => HRESULT.E_NOTIMPL;
240
HRESULT IDispatchEx.
Interface
.GetNameSpaceParent(IUnknown** ppunk)