1 write to dataGridView
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
496
this.
dataGridView
= dataGridView;
6 references to dataGridView
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (6)
514
return
dataGridView
.AccessibilityObject;
531
var currentCell =
dataGridView
.CurrentCell;
532
if (currentCell != null &&
dataGridView
.IsCurrentCellInEditMode)
539
return
dataGridView
.EditingControlAccessibleObject;
573
return this.
dataGridView
.CurrentCell != null;
575
return
dataGridView
.Enabled;