6 writes to AnchorItemInternal
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
779AnchorItemInternal = null; 784AnchorItemInternal = info; 822AnchorItemInternal = _selectedItems[_selectedItems.Count - 1]; 827AnchorItemInternal = NewItemInfo(Items[0], null, 0); 1013AnchorItemInternal = info; 1018AnchorItemInternal = null;
4 references to AnchorItemInternal
PresentationFramework (4)
System\Windows\Controls\ListBox.cs (4)
815ItemInfo anchorInfo = AnchorItemInternal; 830if ((anchorInfo = AnchorItemInternal) == null) 841end = AnchorItemInternal.Index; 1000get { return AnchorItemInternal; }