2 writes to _anchorItem
PresentationFramework (2)
System\Windows\Controls\ListBox.cs (2)
255_anchorItem = null; 1027set { _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)
250AdjustItemInfo(e, _anchorItem); 253if (_anchorItem != null && _anchorItem.Index < 0) 266AdjustItemInfoAfterGeneratorChange(_anchorItem); 1026get { return _anchorItem; }