3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2684_selectionAnchor = null; 4970_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5147_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1355return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2614if (_selectionAnchor != null) 2616int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4824int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5015int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5018DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5291return CanSelectMultipleItems && (_selectionAnchor != null) && 7684if (_selectionAnchor != null) 7685list.Add(_selectionAnchor.Value.ItemInfo); 7704if (_selectionAnchor != null) 7705list.Add(_selectionAnchor.Value.ItemInfo);