2 writes to _doubleList
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
120_doubleList = new double[_shortList.Length]; 265_doubleList = new double[capacity];
7 references to _doubleList
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (7)
81return _doubleList.Length; 102return _doubleList[index]; 123_doubleList[i] = ThousandthOfEmToReal(_shortList[i]); 126_doubleList[index] = value; // set the current value 132_doubleList[index] = value; // we are using double array 166for (int i = 0; i < _doubleList.Length; i++) 168_doubleList[i] = 0;