1 write to _yArray
PresentationCore (1)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
192
_yArray
= new ThousandthOfEmRealDoubles(emSize, capacity);
5 references to _yArray
PresentationCore (5)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (5)
44
_yArray
[i] = pointValues[i].Y;
69
return new Point(_xArray[index],
_yArray
[index]);
76
_yArray
[index] = value.Y;
88
if (_xArray[i] == item.X &&
_yArray
[i] == item.Y)
100
_yArray
.Clear();