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)
1355
return
_selectionAnchor
!= null && SelectedItems.Contains(
_selectionAnchor
.Value.Item) &&
2608
if (
_selectionAnchor
!= null)
2610
int anchorIndex =
_selectionAnchor
.Value.ItemInfo.Index;
4818
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5009
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5012
DataGridColumn anchorColumn =
_selectionAnchor
.Value.Column;
5285
return CanSelectMultipleItems && (
_selectionAnchor
!= null) &&
7678
if (
_selectionAnchor
!= null)
7679
list.Add(
_selectionAnchor
.Value.ItemInfo);
7698
if (
_selectionAnchor
!= null)
7699
list.Add(
_selectionAnchor
.Value.ItemInfo);