1 write to _xArray
PresentationCore (1)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
191_xArray = new ThousandthOfEmRealDoubles(emSize, capacity);
6 references to _xArray
PresentationCore (6)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (6)
43_xArray[i] = pointValues[i].X; 55return _xArray.Count; 69return new Point(_xArray[index], _yArray[index]); 75_xArray[index] = value.X; 88if (_xArray[i] == item.X && _yArray[i] == item.Y) 99_xArray.Clear();