1 write to _xArray
PresentationCore (1)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
204_xArray = new ThousandthOfEmRealDoubles(emSize, capacity);
6 references to _xArray
PresentationCore (6)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (6)
56_xArray[i] = pointValues[i].X; 68return _xArray.Count; 82return new Point(_xArray[index], _yArray[index]); 88_xArray[index] = value.X; 101if (_xArray[i] == item.X && _yArray[i] == item.Y) 112_xArray.Clear();