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