6 writes to AnchorItemInternal
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
785AnchorItemInternal = null; 790AnchorItemInternal = info; 828AnchorItemInternal = _selectedItems[_selectedItems.Count - 1]; 833AnchorItemInternal = NewItemInfo(Items[0], null, 0); 1019AnchorItemInternal = info; 1024AnchorItemInternal = null;
4 references to AnchorItemInternal
PresentationFramework (4)
System\Windows\Controls\ListBox.cs (4)
821ItemInfo anchorInfo = AnchorItemInternal; 836if ((anchorInfo = AnchorItemInternal) == null) 847end = AnchorItemInternal.Index; 1006get { return AnchorItemInternal; }