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)
8 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)