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