4 overrides of EntryAt
WindowsBase (4)
Shared\MS\Utility\FrugalList.cs (4)
327
public override T
EntryAt
(int index)
568
public override T
EntryAt
(int index)
1012
public override T
EntryAt
(int index)
1455
public override T
EntryAt
(int index)
32 references to EntryAt
WindowsBase (32)
Shared\MS\Utility\FrugalList.cs (32)
204
_store.SetAt(_validItemCount++, _store.
EntryAt
(i));
337
SetAt(0, oldList.
EntryAt
(0));
596
SetAt(0, oldList.
EntryAt
(0));
597
SetAt(1, oldList.
EntryAt
(1));
598
SetAt(2, oldList.
EntryAt
(2));
602
SetAt(0, oldList.
EntryAt
(0));
603
SetAt(1, oldList.
EntryAt
(1));
607
SetAt(0, oldList.
EntryAt
(0));
1049
SetAt(0, oldList.
EntryAt
(0));
1050
SetAt(1, oldList.
EntryAt
(1));
1051
SetAt(2, oldList.
EntryAt
(2));
1052
SetAt(3, oldList.
EntryAt
(3));
1053
SetAt(4, oldList.
EntryAt
(4));
1054
SetAt(5, oldList.
EntryAt
(5));
1058
SetAt(0, oldList.
EntryAt
(0));
1059
SetAt(1, oldList.
EntryAt
(1));
1060
SetAt(2, oldList.
EntryAt
(2));
1061
SetAt(3, oldList.
EntryAt
(3));
1062
SetAt(4, oldList.
EntryAt
(4));
1066
SetAt(0, oldList.
EntryAt
(0));
1067
SetAt(1, oldList.
EntryAt
(1));
1068
SetAt(2, oldList.
EntryAt
(2));
1069
SetAt(3, oldList.
EntryAt
(3));
1073
SetAt(0, oldList.
EntryAt
(0));
1074
SetAt(1, oldList.
EntryAt
(1));
1075
SetAt(2, oldList.
EntryAt
(2));
1079
SetAt(0, oldList.
EntryAt
(0));
1080
SetAt(1, oldList.
EntryAt
(1));
1084
SetAt(0, oldList.
EntryAt
(0));
1464
if (FrugalListStoreState.Success == Add(oldList.
EntryAt
(index)))
1774
return _listStore.
EntryAt
(index);
2139
return _listStore.
EntryAt
(index);