6 writes to AnchorItemInternal
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
780AnchorItemInternal = null; 785AnchorItemInternal = info; 823AnchorItemInternal = _selectedItems[_selectedItems.Count - 1]; 828AnchorItemInternal = NewItemInfo(Items[0], null, 0); 1011AnchorItemInternal = info; 1016AnchorItemInternal = null;
4 references to AnchorItemInternal
PresentationFramework (4)
System\Windows\Controls\ListBox.cs (4)
816ItemInfo anchorInfo = AnchorItemInternal; 831if ((anchorInfo = AnchorItemInternal) == null) 842end = AnchorItemInternal.Index; 998get { return AnchorItemInternal; }