2 writes to _anchorItem
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
255
_anchorItem
= null;
1027
set {
_anchorItem
= value?.Clone(); } // clone, so that adjustments to selection and anchor don't double-adjust
5 references to _anchorItem
PresentationFramework (5)
System\Windows\Controls\ListBox.cs (5)
250
AdjustItemInfo(e,
_anchorItem
);
253
if (
_anchorItem
!= null &&
_anchorItem
.Index < 0)
266
AdjustItemInfoAfterGeneratorChange(
_anchorItem
);
1026
get { return
_anchorItem
; }