9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
531
_collection
= new FrugalStructList<double>(count);
550
_collection
= new FrugalStructList<double>(count);
569
_collection
= new FrugalStructList<double>(count);
588
_collection
= new FrugalStructList<double>(count);
902
_collection
= new FrugalStructList<double>();
911
_collection
= new FrugalStructList<double>(capacity);
932
_collection
= new FrugalStructList<double>(icollectionOfT);
940
_collection
= new FrugalStructList<double>(icollection);
944
_collection
= new FrugalStructList<double>();
36 references to _collection
PresentationCore (36)
System\Windows\Media\DashStyle.cs (1)
77
dashArray = vDashes.
_collection
.ToArray();
System\Windows\Media\Generated\DoubleCollection.cs (35)
89
_collection
.Clear();
102
return
_collection
.Contains(value);
112
return
_collection
.IndexOf(value);
123
_collection
.Insert(index, value);
141
_collection
.RemoveAt(index);
177
_collection
.RemoveAt(index);
195
return
_collection
[index];
202
_collection
[ index ] = value;
223
return
_collection
.Count;
240
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
242
_collection
.CopyTo(array, index);
363
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
374
int count =
_collection
.Count;
377
array.SetValue(
_collection
[i], index + i);
440
return
_collection
[i];
481
index =
_collection
.Add(value);
529
int count = sourceDoubleCollection.
_collection
.Count;
535
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
548
int count = sourceDoubleCollection.
_collection
.Count;
554
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
567
int count = sourceDoubleCollection.
_collection
.Count;
573
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
586
int count = sourceDoubleCollection.
_collection
.Count;
592
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
681
if (
_collection
.Count == 0)
692
for (int i=0; i<
_collection
.Count; i++)
697
_collection
[i]);
699
if (i !=
_collection
.Count-1)
802
if (_index > -2 && _index < _list.
_collection
.Count - 1)
804
_current = _list.
_collection
[++_index];
949
_collection
.Add(item);