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