2 writes to _anchorItem
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
262
_anchorItem
= null;
1036
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)
257
AdjustItemInfo(e,
_anchorItem
);
260
if (
_anchorItem
!= null &&
_anchorItem
.Index < 0)
273
AdjustItemInfoAfterGeneratorChange(
_anchorItem
);
1035
get { return
_anchorItem
; }