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