9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
532
_collection
= new FrugalStructList<double>(count);
551
_collection
= new FrugalStructList<double>(count);
570
_collection
= new FrugalStructList<double>(count);
589
_collection
= new FrugalStructList<double>(count);
903
_collection
= new FrugalStructList<double>();
912
_collection
= new FrugalStructList<double>(capacity);
933
_collection
= new FrugalStructList<double>(icollectionOfT);
941
_collection
= new FrugalStructList<double>(icollection);
945
_collection
= new FrugalStructList<double>();
36 references to _collection
PresentationCore (36)
System\Windows\Media\DashStyle.cs (1)
78
dashArray = vDashes.
_collection
.ToArray();
System\Windows\Media\Generated\DoubleCollection.cs (35)
90
_collection
.Clear();
103
return
_collection
.Contains(value);
113
return
_collection
.IndexOf(value);
124
_collection
.Insert(index, value);
142
_collection
.RemoveAt(index);
178
_collection
.RemoveAt(index);
196
return
_collection
[index];
203
_collection
[ index ] = value;
224
return
_collection
.Count;
241
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
243
_collection
.CopyTo(array, index);
364
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
375
int count =
_collection
.Count;
378
array.SetValue(
_collection
[i], index + i);
441
return
_collection
[i];
482
index =
_collection
.Add(value);
530
int count = sourceDoubleCollection.
_collection
.Count;
536
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
549
int count = sourceDoubleCollection.
_collection
.Count;
555
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
568
int count = sourceDoubleCollection.
_collection
.Count;
574
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
587
int count = sourceDoubleCollection.
_collection
.Count;
593
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
682
if (
_collection
.Count == 0)
693
for (int i=0; i<
_collection
.Count; i++)
698
_collection
[i]);
700
if (i !=
_collection
.Count-1)
803
if (_index > -2 && _index < _list.
_collection
.Count - 1)
805
_current = _list.
_collection
[++_index];
950
_collection
.Add(item);