2 implementations of GetDispID
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3329
HRESULT IDispatchEx.Interface.
GetDispID
(BSTR bstrName, uint grfdex, int* pid)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
134
HRESULT IDispatchEx.Interface.
GetDispID
(BSTR bstrName, uint grfdex, int* pid)
4 references to GetDispID
System.Private.Windows.Core (3)
Windows.Win32.IDispatchEx.g.cs (1)
136
return __object.
GetDispID
(bstrName, grfdex, pid);
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.
GetDispID
(winmdroot.Foundation.BSTR, uint, int*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetDispID
(bstrName, grfdex, pidLocal);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3330
=> ((IDispatchEx.Interface)_dispatchAdapter).
GetDispID
(bstrName, grfdex, pid);