3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2690_selectionAnchor = null; 4976_selectionAnchor = new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this); 5153_selectionAnchor = new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1358return _selectionAnchor != null && SelectedItems.Contains(_selectionAnchor.Value.Item) && 2620if (_selectionAnchor != null) 2622int anchorIndex = _selectionAnchor.Value.ItemInfo.Index; 4830int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5021int startIndex = _selectionAnchor.Value.ItemInfo.Index; 5024DataGridColumn anchorColumn = _selectionAnchor.Value.Column; 5297return CanSelectMultipleItems && (_selectionAnchor != null) && 7690if (_selectionAnchor != null) 7691list.Add(_selectionAnchor.Value.ItemInfo); 7710if (_selectionAnchor != null) 7711list.Add(_selectionAnchor.Value.ItemInfo);