3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2711
_selectionAnchor
= null;
5018
_selectionAnchor
= new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this);
5195
_selectionAnchor
= new DataGridCellInfo(cellInfo);
12 references to _selectionAnchor
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
1371
return
_selectionAnchor
!= null && SelectedItems.Contains(
_selectionAnchor
.Value.Item) &&
2641
if (
_selectionAnchor
!= null)
2643
int anchorIndex =
_selectionAnchor
.Value.ItemInfo.Index;
4869
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5063
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5066
DataGridColumn anchorColumn =
_selectionAnchor
.Value.Column;
5339
return CanSelectMultipleItems && (
_selectionAnchor
!= null) &&
7737
if (
_selectionAnchor
!= null)
7738
list.Add(
_selectionAnchor
.Value.ItemInfo);
7757
if (
_selectionAnchor
!= null)
7758
list.Add(
_selectionAnchor
.Value.ItemInfo);