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)
88return _doubleList.Length; 109return _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 173for (int i = 0; i < _doubleList.Length; i++) 175_doubleList[i] = 0;