4 implementations of GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1007
HRESULT IRawElementProviderSimple.Interface.
GetPropertyValue
(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
123
HRESULT IRawElementProviderSimple.Interface.
GetPropertyValue
(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1336
public HRESULT
GetPropertyValue
(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal)
Windows\Win32\System\Com\ComSafeArrayScopeTests.cs (1)
40
public HRESULT
GetPropertyValue
(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal) => throw new NotImplementedException();
6 references to GetPropertyValue
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
335
_enclosingElement.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_BoundingRectanglePropertyId, &result).ThrowOnFailure();
Windows.Win32.IRawElementProviderSimple.g.cs (1)
157
return __object.
GetPropertyValue
(propertyId, pRetVal);
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.Tests (2)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
672
Assert.True(provider.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId, &actual).Succeeded);
System\Windows\Forms\AccessibleObjects\ToolStripAccessibleObjectTests.cs (1)
171
Assert.True(((IRawElementProviderSimple.Interface)firstChild).
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId, &actual).Succeeded);