9 writes to _collection
PresentationCore (9)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
579
_collection
= new FrugalStructList<Timeline>(count);
601
_collection
= new FrugalStructList<Timeline>(count);
623
_collection
= new FrugalStructList<Timeline>(count);
645
_collection
= new FrugalStructList<Timeline>(count);
875
_collection
= new FrugalStructList<Timeline>();
884
_collection
= new FrugalStructList<Timeline>(capacity);
905
_collection
= new FrugalStructList<Timeline>(icollectionOfT);
913
_collection
= new FrugalStructList<Timeline>(icollection);
917
_collection
= new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (41)
79
for (int i =
_collection
.Count - 1; i >= 0; i--)
81
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
84
_collection
.Clear();
86
Debug.Assert(
_collection
.Count == 0);
99
return
_collection
.Contains(value);
109
return
_collection
.IndexOf(value);
126
_collection
.Insert(index, value);
153
Timeline oldValue =
_collection
[index];
157
_collection
.RemoveAt(index);
197
Timeline oldValue =
_collection
[ index ];
201
_collection
.RemoveAt(index);
221
return
_collection
[index];
232
if (!Object.ReferenceEquals(
_collection
[ index ], value))
235
Timeline oldValue =
_collection
[ index ];
238
_collection
[ index ] = value;
262
return
_collection
.Count;
279
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
281
_collection
.CopyTo(array, index);
389
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
400
int count =
_collection
.Count;
403
array.SetValue(
_collection
[i], index + i);
466
return
_collection
[i];
479
DependencyObject inheritanceChild =
_collection
[i];
528
index =
_collection
.Add(newValue);
577
int count = sourceTimelineCollection.
_collection
.Count;
583
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].Clone();
585
_collection
.Add(newValue);
599
int count = sourceTimelineCollection.
_collection
.Count;
605
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].CloneCurrentValue();
607
_collection
.Add(newValue);
621
int count = sourceTimelineCollection.
_collection
.Count;
627
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetAsFrozen();
629
_collection
.Add(newValue);
643
int count = sourceTimelineCollection.
_collection
.Count;
649
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetCurrentValueAsFrozen();
651
_collection
.Add(newValue);
663
int count =
_collection
.Count;
666
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
775
if (_index > -2 && _index < _list.
_collection
.Count - 1)
777
_current = _list.
_collection
[++_index];
927
_collection
.Add(newValue);