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