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