5 references to Contains
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
387
if (dataGrid.SelectedCellsInternal.
Contains
(rowIndex, i))
src\Framework\System\Windows\Controls\DataGrid.cs (2)
5151
selectedCellsContainsCellInfo = _selectedCells.
Contains
(_editingRowInfo.Index, cellInfoColumnIndex);
8417
if (_selectedCells.
Contains
(rowIndex, i))
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
144
return
Contains
(rowIndex, columnIndex);
356
if (
Contains
(rowIndex, columnIndex))