2 implementations of GetMemberName
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3351HRESULT IDispatchEx.Interface.GetMemberName(int id, BSTR* pbstrName)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
139HRESULT IDispatchEx.Interface.GetMemberName(int id, BSTR* pbstrName)
2 references to GetMemberName
System.Private.Windows.Core (1)
Windows.Win32.IDispatchEx.g.cs (1)
281 return __object.GetMemberName(id, pbstrName);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3352=> ((IDispatchEx.Interface)_dispatchAdapter).GetMemberName(id, pbstrName);