9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
521
_collection
= new FrugalStructList<double>(count);
539
_collection
= new FrugalStructList<double>(count);
557
_collection
= new FrugalStructList<double>(count);
575
_collection
= new FrugalStructList<double>(count);
887
_collection
= new FrugalStructList<double>();
896
_collection
= new FrugalStructList<double>(capacity);
916
_collection
= new FrugalStructList<double>(icollectionOfT);
924
_collection
= new FrugalStructList<double>(icollection);
928
_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)
83
_collection
.Clear();
96
return
_collection
.Contains(value);
106
return
_collection
.IndexOf(value);
115
_collection
.Insert(index, value);
133
_collection
.RemoveAt(index);
169
_collection
.RemoveAt(index);
187
return
_collection
[index];
192
_collection
[ index ] = value;
213
return
_collection
.Count;
230
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
232
_collection
.CopyTo(array, index);
353
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
364
int count =
_collection
.Count;
367
array.SetValue(
_collection
[i], index + i);
430
return
_collection
[i];
471
index =
_collection
.Add(value);
519
int count = sourceDoubleCollection.
_collection
.Count;
525
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
537
int count = sourceDoubleCollection.
_collection
.Count;
543
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
555
int count = sourceDoubleCollection.
_collection
.Count;
561
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
573
int count = sourceDoubleCollection.
_collection
.Count;
579
_collection
.Add(sourceDoubleCollection.
_collection
[i]);
667
if (
_collection
.Count == 0)
678
for (int i=0; i<
_collection
.Count; i++)
683
_collection
[i]);
685
if (i !=
_collection
.Count-1)
787
if (_index > -2 && _index < _list.
_collection
.Count - 1)
789
_current = _list.
_collection
[++_index];
932
_collection
.Add(item);