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