Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
1 override of GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarThumbAccessibleObject.cs (1)
45
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
7 references to GetPropertyValue
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.TrackBarThumbAccessibleObject.cs (1)
49
_ => base.
GetPropertyValue
(propertyID)
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarChildAccessibleObjectTests.cs (2)
91
Assert.Equal(UIA_CONTROLTYPE_ID.UIA_ButtonControlTypeId, (UIA_CONTROLTYPE_ID)(int)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_ControlTypePropertyId));
102
Assert.Equal(isEnabled, (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsEnabledPropertyId));
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarFirstButtonAccessibleObjectTests.cs (2)
335
Assert.True((bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsEnabledPropertyId));
347
Assert.False((bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsEnabledPropertyId));
System\Windows\Forms\AccessibleObjects\TrackBar.TrackBarLastButtonAccessibleObjectTests.cs (2)
336
Assert.True((bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsEnabledPropertyId));
348
Assert.False((bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsEnabledPropertyId));