2 implementations of GetNameSpaceParent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3357HRESULT IDispatchEx.Interface.GetNameSpaceParent(IUnknown** ppunk)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
240HRESULT IDispatchEx.Interface.GetNameSpaceParent(IUnknown** ppunk)
2 references to GetNameSpaceParent
System.Private.Windows.Core (1)
Windows.Win32.IDispatchEx.g.cs (1)
341 return __object.GetNameSpaceParent(ppunk);
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3358=> ((IDispatchEx.Interface)_dispatchAdapter).GetNameSpaceParent(ppunk);