3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2678_selectionAnchor = null; 4964_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5141_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1355return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2608if (_selectionAnchor != null) 2610int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4818int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5009int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5012DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5285return CanSelectMultipleItems && (_selectionAnchor != null) && 7678if (_selectionAnchor != null) 7679list.Add(_selectionAnchor.Value.ItemInfo); 7698if (_selectionAnchor != null) 7699list.Add(_selectionAnchor.Value.ItemInfo);