9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
622
_collection
= new FrugalStructList<Timeline>(count);
644
_collection
= new FrugalStructList<Timeline>(count);
666
_collection
= new FrugalStructList<Timeline>(count);
688
_collection
= new FrugalStructList<Timeline>(count);
918
_collection
= new FrugalStructList<Timeline>();
927
_collection
= new FrugalStructList<Timeline>(capacity);
948
_collection
= new FrugalStructList<Timeline>(icollectionOfT);
956
_collection
= new FrugalStructList<Timeline>(icollection);
960
_collection
= new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
Core\CSharp\System\Windows\Media\Animation\Generated\TimelineCollection.cs (41)
109
for (int i =
_collection
.Count - 1; i >= 0; i--)
111
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
114
_collection
.Clear();
116
Debug.Assert(
_collection
.Count == 0);
129
return
_collection
.Contains(value);
139
return
_collection
.IndexOf(value);
156
_collection
.Insert(index, value);
183
Timeline oldValue =
_collection
[index];
187
_collection
.RemoveAt(index);
227
Timeline oldValue =
_collection
[ index ];
231
_collection
.RemoveAt(index);
251
return
_collection
[index];
262
if (!Object.ReferenceEquals(
_collection
[ index ], value))
265
Timeline oldValue =
_collection
[ index ];
268
_collection
[ index ] = value;
292
return
_collection
.Count;
311
if (index < 0 || (index +
_collection
.Count) > array.Length)
316
_collection
.CopyTo(array, index);
426
if (index < 0 || (index +
_collection
.Count) > array.Length)
440
int count =
_collection
.Count;
443
array.SetValue(
_collection
[i], index + i);
506
return
_collection
[i];
519
DependencyObject inheritanceChild =
_collection
[i];
571
index =
_collection
.Add(newValue);
620
int count = sourceTimelineCollection.
_collection
.Count;
626
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].Clone();
628
_collection
.Add(newValue);
642
int count = sourceTimelineCollection.
_collection
.Count;
648
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].CloneCurrentValue();
650
_collection
.Add(newValue);
664
int count = sourceTimelineCollection.
_collection
.Count;
670
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetAsFrozen();
672
_collection
.Add(newValue);
686
int count = sourceTimelineCollection.
_collection
.Count;
692
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetCurrentValueAsFrozen();
694
_collection
.Add(newValue);
706
int count =
_collection
.Count;
709
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
818
if (_index > -2 && _index < _list.
_collection
.Count - 1)
820
_current = _list.
_collection
[++_index];
970
_collection
.Add(newValue);