6 writes to AnchorItemInternal
PresentationFramework (6)
src\Framework\System\Windows\Controls\ListBox.cs (6)
740
AnchorItemInternal
= null;
745
AnchorItemInternal
= info;
783
AnchorItemInternal
= _selectedItems[_selectedItems.Count - 1];
788
AnchorItemInternal
= NewItemInfo(Items[0], null, 0);
976
AnchorItemInternal
= info;
981
AnchorItemInternal
= null;
4 references to AnchorItemInternal
PresentationFramework (4)
src\Framework\System\Windows\Controls\ListBox.cs (4)
776
ItemInfo anchorInfo =
AnchorItemInternal
;
791
if ((anchorInfo =
AnchorItemInternal
) == null)
802
end =
AnchorItemInternal
.Index;
963
get { return
AnchorItemInternal
; }