Implemented interface member:
5 writes to
PresentationCore (5)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
64this[i] = realValues[i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
56_xArray[i] = pointValues[i].X; 57_yArray[i] = pointValues[i].Y; 88_xArray[index] = value.X; 89_yArray[index] = value.Y;
7 references to
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
145if (this[i] == item) 215array[arrayIndex + i] = this[i]; 223yield return this[i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
82return new Point(_xArray[index], _yArray[index]); 101if (_xArray[i] == item.X && _yArray[i] == item.Y)