2 writes to _pendingSelectedCells
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
4192_pendingSelectedCells = newItems; 4279_pendingSelectedCells = null;
10 references to _pendingSelectedCells
PresentationFramework (10)
System\Windows\Controls\DataGrid.cs (10)
4164if (_pendingSelectedCells != null) 4166VirtualizedCellInfoCollection.Xor(_pendingSelectedCells, oldItems); 4190if (_pendingSelectedCells == null) 4196_pendingSelectedCells.Union(newItems); 4266if (((_pendingSelectedCells != null) && (_pendingSelectedCells.Count > 0)) || 4270SelectedCellsChangedEventArgs e = new SelectedCellsChangedEventArgs(this, _pendingSelectedCells, _pendingUnselectedCells); 4275int selectedCellCount = (_pendingSelectedCells != null) ? _pendingSelectedCells.Count : 0; 4579UpdateIsSelected(_pendingSelectedCells, /* isSelected = */ true);