2 instantiations of ThousandthOfEmRealPoints
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
3275glyphOffsets = new ThousandthOfEmRealPoints(textFormatterImp.IdealToReal(lsrun.EmSize, currentLine.PixelsPerDip), glyphCount);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
2374(_glyphOffsets == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),