3 writes to _selectionAnchor
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
2684
_selectionAnchor
= null;
4970
_selectionAnchor
= new DataGridCellInfo(info.Clone(), ColumnFromDisplayIndex(0), this);
5147
_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) &&
2614
if (
_selectionAnchor
!= null)
2616
int anchorIndex =
_selectionAnchor
.Value.ItemInfo.Index;
4824
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5015
int startIndex =
_selectionAnchor
.Value.ItemInfo.Index;
5018
DataGridColumn anchorColumn =
_selectionAnchor
.Value.Column;
5291
return CanSelectMultipleItems && (
_selectionAnchor
!= null) &&
7684
if (
_selectionAnchor
!= null)
7685
list.Add(
_selectionAnchor
.Value.ItemInfo);
7704
if (
_selectionAnchor
!= null)
7705
list.Add(
_selectionAnchor
.Value.ItemInfo);