9 writes to _collection
PresentationCore (9)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
575
_collection
= new FrugalStructList<Timeline>(count);
597
_collection
= new FrugalStructList<Timeline>(count);
619
_collection
= new FrugalStructList<Timeline>(count);
641
_collection
= new FrugalStructList<Timeline>(count);
871
_collection
= new FrugalStructList<Timeline>();
880
_collection
= new FrugalStructList<Timeline>(capacity);
901
_collection
= new FrugalStructList<Timeline>(icollectionOfT);
909
_collection
= new FrugalStructList<Timeline>(icollection);
913
_collection
= new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (41)
75
for (int i =
_collection
.Count - 1; i >= 0; i--)
77
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
80
_collection
.Clear();
82
Debug.Assert(
_collection
.Count == 0);
95
return
_collection
.Contains(value);
105
return
_collection
.IndexOf(value);
122
_collection
.Insert(index, value);
149
Timeline oldValue =
_collection
[index];
153
_collection
.RemoveAt(index);
193
Timeline oldValue =
_collection
[ index ];
197
_collection
.RemoveAt(index);
217
return
_collection
[index];
228
if (!Object.ReferenceEquals(
_collection
[ index ], value))
231
Timeline oldValue =
_collection
[ index ];
234
_collection
[ index ] = value;
258
return
_collection
.Count;
275
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
277
_collection
.CopyTo(array, index);
385
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
396
int count =
_collection
.Count;
399
array.SetValue(
_collection
[i], index + i);
462
return
_collection
[i];
475
DependencyObject inheritanceChild =
_collection
[i];
524
index =
_collection
.Add(newValue);
573
int count = sourceTimelineCollection.
_collection
.Count;
579
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].Clone();
581
_collection
.Add(newValue);
595
int count = sourceTimelineCollection.
_collection
.Count;
601
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].CloneCurrentValue();
603
_collection
.Add(newValue);
617
int count = sourceTimelineCollection.
_collection
.Count;
623
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetAsFrozen();
625
_collection
.Add(newValue);
639
int count = sourceTimelineCollection.
_collection
.Count;
645
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetCurrentValueAsFrozen();
647
_collection
.Add(newValue);
659
int count =
_collection
.Count;
662
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
771
if (_index > -2 && _index < _list.
_collection
.Count - 1)
773
_current = _list.
_collection
[++_index];
923
_collection
.Add(newValue);