2 implementations of GetMemberName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3351
HRESULT IDispatchEx.Interface.
GetMemberName
(int id, BSTR* pbstrName)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
139
HRESULT IDispatchEx.Interface.
GetMemberName
(int id, BSTR* pbstrName)
4 references to GetMemberName
System.Private.Windows.Core (3)
_generated\130\Windows.Win32.IDispatchEx.g.cs (1)
337
return __object.
GetMemberName
(id, pbstrName);
_generated\251\Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
69
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.
GetMemberName
(int, winmdroot.Foundation.BSTR*)"/>
74
winmdroot.Foundation.HRESULT __result = @this.
GetMemberName
(id, pbstrNameLocal);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3352
=> ((IDispatchEx.Interface)_dispatchAdapter).
GetMemberName
(id, pbstrName);