6 writes to AnchorItemInternal
PresentationFramework (6)
System\Windows\Controls\ListBox.cs (6)
780
AnchorItemInternal
= null;
785
AnchorItemInternal
= info;
823
AnchorItemInternal
= _selectedItems[_selectedItems.Count - 1];
828
AnchorItemInternal
= NewItemInfo(Items[0], null, 0);
1011
AnchorItemInternal
= info;
1016
AnchorItemInternal
= null;
4 references to AnchorItemInternal
PresentationFramework (4)
System\Windows\Controls\ListBox.cs (4)
816
ItemInfo anchorInfo =
AnchorItemInternal
;
831
if ((anchorInfo =
AnchorItemInternal
) == null)
842
end =
AnchorItemInternal
.Index;
998
get { return
AnchorItemInternal
; }