5 references to Contains
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
379
if (dataGrid.SelectedCellsInternal.
Contains
(rowIndex, i))
System\Windows\Controls\DataGrid.cs (2)
5105
selectedCellsContainsCellInfo = _selectedCells.
Contains
(_editingRowInfo.Index, cellInfoColumnIndex);
8344
if (_selectedCells.
Contains
(rowIndex, i))
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
139
return
Contains
(rowIndex, columnIndex);
351
if (
Contains
(rowIndex, columnIndex))