3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2711_selectionAnchor = null; 5018_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5195_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1371return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2641if (_selectionAnchor != null) 2643int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4869int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5063int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5066DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5339return CanSelectMultipleItems && (_selectionAnchor != null) && 7737if (_selectionAnchor != null) 7738list.Add(_selectionAnchor.Value.ItemInfo); 7757if (_selectionAnchor != null) 7758list.Add(_selectionAnchor.Value.ItemInfo);