6 writes to AnchorItemInternal
PresentationFramework (6)
src\Framework\System\Windows\Controls\ListBox.cs (6)
740AnchorItemInternal = null; 745AnchorItemInternal = info; 783AnchorItemInternal = _selectedItems[_selectedItems.Count - 1]; 788AnchorItemInternal = NewItemInfo(Items[0], null, 0); 976AnchorItemInternal = info; 981AnchorItemInternal = null;
4 references to AnchorItemInternal
PresentationFramework (4)
src\Framework\System\Windows\Controls\ListBox.cs (4)
776ItemInfo anchorInfo = AnchorItemInternal; 791if ((anchorInfo = AnchorItemInternal) == null) 802end = AnchorItemInternal.Index; 963get { return AnchorItemInternal; }