9 writes to _collection
PresentationCore (9)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
578
_collection
= new FrugalStructList<Timeline>(count);
600
_collection
= new FrugalStructList<Timeline>(count);
622
_collection
= new FrugalStructList<Timeline>(count);
644
_collection
= new FrugalStructList<Timeline>(count);
874
_collection
= new FrugalStructList<Timeline>();
883
_collection
= new FrugalStructList<Timeline>(capacity);
904
_collection
= new FrugalStructList<Timeline>(icollectionOfT);
912
_collection
= new FrugalStructList<Timeline>(icollection);
916
_collection
= new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (41)
78
for (int i =
_collection
.Count - 1; i >= 0; i--)
80
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
83
_collection
.Clear();
85
Debug.Assert(
_collection
.Count == 0);
98
return
_collection
.Contains(value);
108
return
_collection
.IndexOf(value);
125
_collection
.Insert(index, value);
152
Timeline oldValue =
_collection
[index];
156
_collection
.RemoveAt(index);
196
Timeline oldValue =
_collection
[ index ];
200
_collection
.RemoveAt(index);
220
return
_collection
[index];
231
if (!Object.ReferenceEquals(
_collection
[ index ], value))
234
Timeline oldValue =
_collection
[ index ];
237
_collection
[ index ] = value;
261
return
_collection
.Count;
278
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
280
_collection
.CopyTo(array, index);
388
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
399
int count =
_collection
.Count;
402
array.SetValue(
_collection
[i], index + i);
465
return
_collection
[i];
478
DependencyObject inheritanceChild =
_collection
[i];
527
index =
_collection
.Add(newValue);
576
int count = sourceTimelineCollection.
_collection
.Count;
582
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].Clone();
584
_collection
.Add(newValue);
598
int count = sourceTimelineCollection.
_collection
.Count;
604
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].CloneCurrentValue();
606
_collection
.Add(newValue);
620
int count = sourceTimelineCollection.
_collection
.Count;
626
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetAsFrozen();
628
_collection
.Add(newValue);
642
int count = sourceTimelineCollection.
_collection
.Count;
648
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetCurrentValueAsFrozen();
650
_collection
.Add(newValue);
662
int count =
_collection
.Count;
665
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
774
if (_index > -2 && _index < _list.
_collection
.Count - 1)
776
_current = _list.
_collection
[++_index];
926
_collection
.Add(newValue);