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