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)
65return _doubleList.Length; 86return _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 150for (int i = 0; i < _doubleList.Length; i++) 152_doubleList[i] = 0;