6 references to ThousandthOfEmRealDoubles
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3274glyphAdvances = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, currentLine.PixelsPerDip), glyphCount); 3422charWidths = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.CurrentLine.PixelsPerDip), cchText);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
942displayGlyphAdvances = new ThousandthOfEmRealDoubles(run.EmSize, run.NominalAdvances.Length); 1790displayGlyphAdvances = new ThousandthOfEmRealDoubles(EmSize, NominalAdvances.Length);
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (2)
215_xArray = new ThousandthOfEmRealDoubles(emSize, capacity); 216_yArray = new ThousandthOfEmRealDoubles(emSize, capacity);