10 references to DataGridViewCellAccessibleObject
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.DataGridViewButtonCellAccessibleObject.cs (1)
13public DataGridViewButtonCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1033protected virtual AccessibleObject CreateAccessibilityInstance() => new DataGridViewCellAccessibleObject(this);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
15public DataGridViewCheckBoxCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
15public DataGridViewColumnHeaderCellAccessibleObject(DataGridViewColumnHeaderCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
15public DataGridViewComboBoxCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
13public DataGridViewImageCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.DataGridViewLinkCellAccessibleObject.cs (1)
13public DataGridViewLinkCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
14public DataGridViewRowHeaderCellAccessibleObject(DataGridViewRowHeaderCell? owner) : base(owner)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.DataGridViewTextBoxCellAccessibleObject.cs (1)
13public DataGridViewTextBoxCellAccessibleObject(DataGridViewCell? owner) : base(owner)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
348public DialogDataGridViewCellAccessibleObject(DataGridViewCell owner) : base(owner)