7 instantiations of ThousandthOfEmRealDoubles
PresentationCore (7)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3067glyphAdvances = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, currentLine.PixelsPerDip), glyphCount); 3210charWidths = new ThousandthOfEmRealDoubles(textFormatterImp.IdealToReal(lsrun.EmSize, Draw.CurrentLine.PixelsPerDip), cchText);
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
913displayGlyphAdvances = new ThousandthOfEmRealDoubles(run.EmSize, run.NominalAdvances.Length); 1759displayGlyphAdvances = new ThousandthOfEmRealDoubles(EmSize, NominalAdvances.Length);
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (2)
191_xArray = new ThousandthOfEmRealDoubles(emSize, capacity); 192_yArray = new ThousandthOfEmRealDoubles(emSize, capacity);
System\Windows\Media\GlyphRun.cs (1)
2326(_advanceWidths == null ? null : ((_textFormattingMode != TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),
2 references to ThousandthOfEmRealDoubles
PresentationCore (2)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (2)
198private ThousandthOfEmRealDoubles _xArray; // scaled double array for X coordinates 199private ThousandthOfEmRealDoubles _yArray; // scaled double array for Y coordinates