2 writes to _doubleList
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
104
_doubleList
= new double[_shortList.Length];
249
_doubleList
= new double[capacity];
7 references to _doubleList
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (7)
65
return
_doubleList
.Length;
86
return
_doubleList
[index];
107
_doubleList
[i] = ThousandthOfEmToReal(_shortList[i]);
110
_doubleList
[index] = value; // set the current value
116
_doubleList
[index] = value; // we are using double array
150
for (int i = 0; i <
_doubleList
.Length; i++)
152
_doubleList
[i] = 0;