Implemented interface member:
5 writes to
PresentationCore (5)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
49this[i] = realValues[i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
43_xArray[i] = pointValues[i].X; 44_yArray[i] = pointValues[i].Y; 75_xArray[index] = value.X; 76_yArray[index] = value.Y;
7 references to
PresentationCore (7)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (3)
130if (this[i] == item) 200array[arrayIndex + i] = this[i]; 208yield return this[i];
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (4)
69return new Point(_xArray[index], _yArray[index]); 88if (_xArray[i] == item.X && _yArray[i] == item.Y)