5 references to Contains
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
378if (dataGrid.SelectedCellsInternal.Contains(rowIndex, i))
System\Windows\Controls\DataGrid.cs (2)
5104selectedCellsContainsCellInfo = _selectedCells.Contains(_editingRowInfo.Index, cellInfoColumnIndex); 8343if (_selectedCells.Contains(rowIndex, i))
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
138return Contains(rowIndex, columnIndex); 350if (Contains(rowIndex, columnIndex))