2 implementations of InvokeEx
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3332HRESULT IDispatchEx.Interface.InvokeEx(
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
158HRESULT IDispatchEx.Interface.InvokeEx(
4 references to InvokeEx
System.Private.Windows.Core (3)
Windows.Win32.IDispatchEx.g.cs (1)
171 return __object.InvokeEx(id, lcid, wFlags, pdp, pvarRes, pei, pspCaller);
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
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*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.InvokeEx(id, lcid, wFlags, pdpLocal, pvarRes, pei, pspCaller);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3340=> ((IDispatchEx.Interface)_dispatchAdapter).InvokeEx(id, lcid, wFlags, pdp, pvarRes, pei, pspCaller);