2 references to AreAllCellsSelected
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.DataGridViewTopLeftHeaderCellAccessibleObject.cs (1)
120
if (Owner.DataGridView is not null && Owner.DataGridView.
AreAllCellsSelected
(includeInvisibleCells: false))
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewTopLeftHeaderCellAccessibleObjectTests.cs (1)
186
control.
AreAllCellsSelected
(false).Should().BeTrue();