Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(Windows.Win32.UI.Accessibility.UIA_PROPERTY_ID)
8 overrides of GetPropertyValue
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
55
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
138
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
264
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyId)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
22
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID) => propertyID switch
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
59
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
52
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
272
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyId)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
19
internal override VARIANT
GetPropertyValue
(UIA_PROPERTY_ID propertyID)
14 references to GetPropertyValue
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
58
: base.
GetPropertyValue
(propertyID);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
142
_ => base.
GetPropertyValue
(propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
272
_ => base.
GetPropertyValue
(propertyId)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
27
_ => base.
GetPropertyValue
(propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
63
_ => base.
GetPropertyValue
(propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
56
_ => base.
GetPropertyValue
(propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
279
_ => base.
GetPropertyValue
(propertyId),
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
23
_ => base.
GetPropertyValue
(propertyID)
System.Windows.Forms.Tests (6)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (6)
686
Assert.Equal(accessibleObject.Name, ((BSTR)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_NamePropertyId)).ToStringAndFree());
687
Assert.Equal(accessibleObject.Name, ((BSTR)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_LegacyIAccessibleNamePropertyId)).ToStringAndFree());
700
VARIANT actual = accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_HelpTextPropertyId);
715
bool actual = (bool)accessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId);
743
var result = accessibleObject.
GetPropertyValue
((UIA_PROPERTY_ID)propertyId);
1046
Assert.Equal(expected, ((BSTR)dataGridViewCellAccessibleObject.
GetPropertyValue
(UIA_PROPERTY_ID.UIA_AutomationIdPropertyId)).ToStringAndFree());