3 writes to _selectionAnchor
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2716_selectionAnchor = null; 5023_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5200_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
src\Framework\System\Windows\Controls\DataGrid.cs (12)
1372return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2646if (_selectionAnchor != null) 2648int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4874int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5068int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5071DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5344return CanSelectMultipleItems && (_selectionAnchor != null) && 7740if (_selectionAnchor != null) 7741list.Add(_selectionAnchor.Value.ItemInfo); 7760if (_selectionAnchor != null) 7761list.Add(_selectionAnchor.Value.ItemInfo);