3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2691_selectionAnchor = null; 4977_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5154_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1359return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2621if (_selectionAnchor != null) 2623int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4831int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5022int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5025DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5298return CanSelectMultipleItems && (_selectionAnchor != null) && 7691if (_selectionAnchor != null) 7692list.Add(_selectionAnchor.Value.ItemInfo); 7711if (_selectionAnchor != null) 7712list.Add(_selectionAnchor.Value.ItemInfo);