2 writes to _doubleList
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (2)
105_doubleList = new double[_shortList.Length]; 250_doubleList = new double[capacity];
7 references to _doubleList
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (7)
66return _doubleList.Length; 87return _doubleList[index]; 108_doubleList[i] = ThousandthOfEmToReal(_shortList[i]); 111_doubleList[index] = value; // set the current value 117_doubleList[index] = value; // we are using double array 151for (int i = 0; i < _doubleList.Length; i++) 153_doubleList[i] = 0;