2 implementations of GetMemberProperties
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3348
HRESULT IDispatchEx.Interface.
GetMemberProperties
(int id, uint grfdexFetch, FDEX_PROP_FLAGS* pgrfdex)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
201
HRESULT IDispatchEx.Interface.
GetMemberProperties
(int id, uint grfdexFetch, FDEX_PROP_FLAGS* pgrfdex)
4 references to GetMemberProperties
System.Private.Windows.Core (3)
Windows.Win32.IDispatchEx.g.cs (1)
256
return __object.
GetMemberProperties
(id, grfdexFetch, pgrfdex);
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (2)
43
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.
GetMemberProperties
(int, uint, winmdroot.System.Ole.FDEX_PROP_FLAGS*)"/>
48
winmdroot.Foundation.HRESULT __result = @this.
GetMemberProperties
(id, grfdexFetch, pgrfdexLocal);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3349
=> ((IDispatchEx.Interface)_dispatchAdapter).
GetMemberProperties
(id, grfdexFetch, pgrfdex);