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