1 write to _xArray
PresentationCore (1)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
190
_xArray
= new ThousandthOfEmRealDoubles(emSize, capacity);
6 references to _xArray
PresentationCore (6)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (6)
42
_xArray
[i] = pointValues[i].X;
54
return
_xArray
.Count;
68
return new Point(
_xArray
[index], _yArray[index]);
74
_xArray
[index] = value.X;
87
if (
_xArray
[i] == item.X && _yArray[i] == item.Y)
98
_xArray
.Clear();