1 write to _xArray
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
215_xArray = new ThousandthOfEmRealDoubles(emSize, capacity);
6 references to _xArray
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (6)
60_xArray[i] = pointValues[i].X; 73return _xArray.Count; 87return new Point(_xArray[index], _yArray[index]); 93_xArray[index] = value.X; 106if (_xArray[i] == item.X && _yArray[i] == item.Y) 117_xArray.Clear();