Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
7 references to GetPropertyValue
System.Windows.Forms.Tests (7)
System\Windows\Forms\AccessibleObjects\LinkLabel.Link.LinkAccessibleObjectTests.cs (7)
164
bool actual = (bool)accessibleObject.
GetPropertyValue
((UIA_PROPERTY_ID)propertyId);
176
object actual = accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_RuntimeIdPropertyId);
188
using VARIANT actual = accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_RuntimeIdPropertyId);
202
string actual = ((BSTR)linkAccessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree();
238
string actual = ((BSTR)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree();
250
bool actual = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId);
276
var result = accessibleObject.
GetPropertyValue
((UIA_PROPERTY_ID)propertyId);