1 write to _yArray
PresentationCore (1)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
205_yArray = new ThousandthOfEmRealDoubles(emSize, capacity);
5 references to _yArray
PresentationCore (5)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (5)
57_yArray[i] = pointValues[i].Y; 82return new Point(_xArray[index], _yArray[index]); 89_yArray[index] = value.Y; 101if (_xArray[i] == item.X && _yArray[i] == item.Y) 113_yArray.Clear();