9 writes to _collection
PresentationCore (9)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
606
_collection
= new FrugalStructList<Timeline>(count);
628
_collection
= new FrugalStructList<Timeline>(count);
650
_collection
= new FrugalStructList<Timeline>(count);
672
_collection
= new FrugalStructList<Timeline>(count);
902
_collection
= new FrugalStructList<Timeline>();
911
_collection
= new FrugalStructList<Timeline>(capacity);
932
_collection
= new FrugalStructList<Timeline>(icollectionOfT);
940
_collection
= new FrugalStructList<Timeline>(icollection);
944
_collection
= new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (41)
106
for (int i =
_collection
.Count - 1; i >= 0; i--)
108
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
111
_collection
.Clear();
113
Debug.Assert(
_collection
.Count == 0);
126
return
_collection
.Contains(value);
136
return
_collection
.IndexOf(value);
153
_collection
.Insert(index, value);
180
Timeline oldValue =
_collection
[index];
184
_collection
.RemoveAt(index);
224
Timeline oldValue =
_collection
[ index ];
228
_collection
.RemoveAt(index);
248
return
_collection
[index];
259
if (!Object.ReferenceEquals(
_collection
[ index ], value))
262
Timeline oldValue =
_collection
[ index ];
265
_collection
[ index ] = value;
289
return
_collection
.Count;
306
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
308
_collection
.CopyTo(array, index);
416
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
427
int count =
_collection
.Count;
430
array.SetValue(
_collection
[i], index + i);
493
return
_collection
[i];
506
DependencyObject inheritanceChild =
_collection
[i];
555
index =
_collection
.Add(newValue);
604
int count = sourceTimelineCollection.
_collection
.Count;
610
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].Clone();
612
_collection
.Add(newValue);
626
int count = sourceTimelineCollection.
_collection
.Count;
632
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].CloneCurrentValue();
634
_collection
.Add(newValue);
648
int count = sourceTimelineCollection.
_collection
.Count;
654
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetAsFrozen();
656
_collection
.Add(newValue);
670
int count = sourceTimelineCollection.
_collection
.Count;
676
Timeline newValue = (Timeline) sourceTimelineCollection.
_collection
[i].GetCurrentValueAsFrozen();
678
_collection
.Add(newValue);
690
int count =
_collection
.Count;
693
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
802
if (_index > -2 && _index < _list.
_collection
.Count - 1)
804
_current = _list.
_collection
[++_index];
954
_collection
.Add(newValue);