4 overrides of EntryAt
System.Xaml (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (4)
316
public override T
EntryAt
(int index)
560
public override T
EntryAt
(int index)
1011
public override T
EntryAt
(int index)
1409
public override T
EntryAt
(int index)
32 references to EntryAt
System.Xaml (32)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (32)
196
_store.SetAt(_validItemCount++, _store.
EntryAt
(i));
326
SetAt(0, oldList.
EntryAt
(0));
588
SetAt(0, oldList.
EntryAt
(0));
589
SetAt(1, oldList.
EntryAt
(1));
590
SetAt(2, oldList.
EntryAt
(2));
594
SetAt(0, oldList.
EntryAt
(0));
595
SetAt(1, oldList.
EntryAt
(1));
599
SetAt(0, oldList.
EntryAt
(0));
1048
SetAt(0, oldList.
EntryAt
(0));
1049
SetAt(1, oldList.
EntryAt
(1));
1050
SetAt(2, oldList.
EntryAt
(2));
1051
SetAt(3, oldList.
EntryAt
(3));
1052
SetAt(4, oldList.
EntryAt
(4));
1053
SetAt(5, oldList.
EntryAt
(5));
1057
SetAt(0, oldList.
EntryAt
(0));
1058
SetAt(1, oldList.
EntryAt
(1));
1059
SetAt(2, oldList.
EntryAt
(2));
1060
SetAt(3, oldList.
EntryAt
(3));
1061
SetAt(4, oldList.
EntryAt
(4));
1065
SetAt(0, oldList.
EntryAt
(0));
1066
SetAt(1, oldList.
EntryAt
(1));
1067
SetAt(2, oldList.
EntryAt
(2));
1068
SetAt(3, oldList.
EntryAt
(3));
1072
SetAt(0, oldList.
EntryAt
(0));
1073
SetAt(1, oldList.
EntryAt
(1));
1074
SetAt(2, oldList.
EntryAt
(2));
1078
SetAt(0, oldList.
EntryAt
(0));
1079
SetAt(1, oldList.
EntryAt
(1));
1083
SetAt(0, oldList.
EntryAt
(0));
1418
if (Add(oldList.
EntryAt
(index)) == FrugalListStoreState.Success)
1709
return _listStore.
EntryAt
(index);
2089
return _listStore.
EntryAt
(index);