2 writes to _anchorItem
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
256
_anchorItem
= null;
1030
set {
_anchorItem
= (value != null) ? value.Clone() : null; } // clone, so that adjustments to selection and anchor don't double-adjust
5 references to _anchorItem
PresentationFramework (5)
System\Windows\Controls\ListBox.cs (5)
251
AdjustItemInfo(e,
_anchorItem
);
254
if (
_anchorItem
!= null &&
_anchorItem
.Index < 0)
267
AdjustItemInfoAfterGeneratorChange(
_anchorItem
);
1029
get { return
_anchorItem
; }