6 writes to AnchorItemInternal
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
776AnchorItemInternal = null; 781AnchorItemInternal = info; 819AnchorItemInternal = _selectedItems[_selectedItems.Count - 1]; 824AnchorItemInternal = NewItemInfo(Items[0], null, 0); 1007AnchorItemInternal = info; 1012AnchorItemInternal = null;
4 references to AnchorItemInternal
PresentationFramework (4)
System\Windows\Controls\ListBox.cs (4)
812ItemInfo anchorInfo = AnchorItemInternal; 827if ((anchorInfo = AnchorItemInternal) == null) 838end = AnchorItemInternal.Index; 994get { return AnchorItemInternal; }