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;
73
return
_xArray
.Count;
87
return new Point(
_xArray
[index], _yArray[index]);
93
_xArray
[index] = value.X;
106
if (
_xArray
[i] == item.X && _yArray[i] == item.Y)
117
_xArray
.Clear();