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