2 implementations of DeleteMemberByDispID
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3345
HRESULT IDispatchEx.Interface.
DeleteMemberByDispID
(int id)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
238
HRESULT IDispatchEx.Interface.
DeleteMemberByDispID
(int id) => HRESULT.E_NOTIMPL;
2 references to DeleteMemberByDispID
System.Private.Windows.Core (1)
Windows.Win32.IDispatchEx.g.cs (1)
221
return __object.
DeleteMemberByDispID
(id);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3346
=> ((IDispatchEx.Interface)_dispatchAdapter).
DeleteMemberByDispID
(id);