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;
55
return
_xArray
.Count;
69
return new Point(
_xArray
[index], _yArray[index]);
75
_xArray
[index] = value.X;
88
if (
_xArray
[i] == item.X && _yArray[i] == item.Y)
99
_xArray
.Clear();