2 writes to _doubleList
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
127
_doubleList
= new double[_shortList.Length];
278
_doubleList
= new double[capacity];
7 references to _doubleList
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (7)
88
return
_doubleList
.Length;
109
return
_doubleList
[index];
130
_doubleList
[i] = ThousandthOfEmToReal(_shortList[i]);
133
_doubleList
[index] = value; // set the current value
139
_doubleList
[index] = value; // we are using double array
173
for (int i = 0; i <
_doubleList
.Length; i++)
175
_doubleList
[i] = 0;