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