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)
1359
return
_selectionAnchor
!= null && SelectedItems.Contains(
_selectionAnchor
.Value.Item) &&
2621
if (
_selectionAnchor
!= null)
2623
int anchorIndex =
_selectionAnchor
.Value.ItemInfo.Index;
4831
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5022
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5025
DataGridColumn anchorColumn =
_selectionAnchor
.Value.Column;
5298
return CanSelectMultipleItems && (
_selectionAnchor
!= null) &&
7691
if (
_selectionAnchor
!= null)
7692
list.Add(
_selectionAnchor
.Value.ItemInfo);
7711
if (
_selectionAnchor
!= null)
7712
list.Add(
_selectionAnchor
.Value.ItemInfo);