9 types derived from DataGridViewCellAccessibleObject
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
11protected class DataGridViewButtonCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
11protected class DataGridViewCheckBoxCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
13protected class DataGridViewColumnHeaderCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
11protected class DataGridViewComboBoxCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
11protected class DataGridViewImageCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
11protected class DataGridViewLinkCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
12protected class DataGridViewRowHeaderCellAccessibleObject : DataGridViewCellAccessibleObject
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
11protected class DataGridViewTextBoxCellAccessibleObject : DataGridViewCellAccessibleObject
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
346private class DialogDataGridViewCellAccessibleObject : DataGridViewCellAccessibleObject
1 instantiation of DataGridViewCellAccessibleObject
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1033protected virtual AccessibleObject CreateAccessibilityInstance() => new DataGridViewCellAccessibleObject(this);