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