2 implementations of GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1007HRESULT IRawElementProviderSimple.Interface.GetPropertyValue(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
123HRESULT IRawElementProviderSimple.Interface.GetPropertyValue(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
4 references to GetPropertyValue
System.Windows.Forms.Primitives (4)
_generated\234\Windows.Win32.IRawElementProviderSimple.g.cs (1)
157 return __object.GetPropertyValue(propertyId, pRetVal);
_generated\572\Windows.Win32.UI_Accessibility_IRawElementProviderSimple_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface.GetPropertyValue(winmdroot.UI.Accessibility.UIA_PROPERTY_ID, winmdroot.System.Variant.VARIANT*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.GetPropertyValue(propertyId, pRetValLocal);
System\Windows\Forms\Automation\UiaTextRange.cs (1)
335_enclosingElement.GetPropertyValue(UIA_PROPERTY_ID.UIA_BoundingRectanglePropertyId, &result).ThrowOnFailure();