7 instantiations of ThousandthOfEmRealDoubles
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3274
glyphAdvances = new
ThousandthOfEmRealDoubles
(textFormatterImp.IdealToReal(lsrun.EmSize, currentLine.PixelsPerDip), glyphCount);
3422
charWidths = new
ThousandthOfEmRealDoubles
(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.CurrentLine.PixelsPerDip), cchText);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
942
displayGlyphAdvances = new
ThousandthOfEmRealDoubles
(run.EmSize, run.NominalAdvances.Length);
1790
displayGlyphAdvances = 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);
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
2373
(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new
ThousandthOfEmRealDoubles
(_renderingEmSize, _advanceWidths)))),
2 references to ThousandthOfEmRealDoubles
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (2)
222
private
ThousandthOfEmRealDoubles
_xArray; // scaled double array for X coordinates
223
private
ThousandthOfEmRealDoubles
_yArray; // scaled double array for Y coordinates