2 implementations of GetEmbeddedFragmentRoots
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1068HRESULT IRawElementProviderFragment.Interface.GetEmbeddedFragmentRoots(SAFEARRAY** pRetVal)
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
77HRESULT IRawElementProviderFragment.Interface.GetEmbeddedFragmentRoots(SAFEARRAY** pRetVal)
3 references to GetEmbeddedFragmentRoots
System.Windows.Forms.Primitives (3)
Windows.Win32.IRawElementProviderFragment.g.cs (1)
201 return __object.GetEmbeddedFragmentRoots(pRetVal);
Windows.Win32.UI_Accessibility_IRawElementProviderFragment_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderFragment.Interface.GetEmbeddedFragmentRoots(winmdroot.System.Com.SAFEARRAY**)"/> 48 winmdroot.Foundation.HRESULT __result = @this.GetEmbeddedFragmentRoots(pRetValLocal);