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)
55internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
138internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
264internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
22internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID) => propertyID switch
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
59internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
52internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyID)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
272internal override VARIANT GetPropertyValue(UIA_PROPERTY_ID propertyId)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
19internal 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)