1 write to _yArray
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
216_yArray = new ThousandthOfEmRealDoubles(emSize, capacity);
5 references to _yArray
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (5)
61_yArray[i] = pointValues[i].Y; 87return new Point(_xArray[index], _yArray[index]); 94_yArray[index] = value.Y; 106if (_xArray[i] == item.X && _yArray[i] == item.Y) 118_yArray.Clear();