Implemented interface member:
5 writes to
PresentationCore (5)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
48
this
[
i] = realValues[i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
42
_xArray
[
i] = pointValues[i].X;
43
_yArray
[
i] = pointValues[i].Y;
74
_xArray
[
index] = value.X;
75
_yArray
[
index] = value.Y;
7 references to
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
129
if (this
[
i] == item)
199
array[arrayIndex + i] = this
[
i];
207
yield return this
[
i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
68
return new Point(_xArray
[
index], _yArray
[
index]);
87
if (_xArray
[
i] == item.X && _yArray
[
i] == item.Y)