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)
1358
return
_selectionAnchor
!= null && SelectedItems.Contains(
_selectionAnchor
.Value.Item) &&
2620
if (
_selectionAnchor
!= null)
2622
int anchorIndex =
_selectionAnchor
.Value.ItemInfo.Index;
4830
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5021
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5024
DataGridColumn anchorColumn =
_selectionAnchor
.Value.Column;
5297
return CanSelectMultipleItems && (
_selectionAnchor
!= null) &&
7690
if (
_selectionAnchor
!= null)
7691
list.Add(
_selectionAnchor
.Value.ItemInfo);
7710
if (
_selectionAnchor
!= null)
7711
list.Add(
_selectionAnchor
.Value.ItemInfo);