4 references to FontRenderingEmSize
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
44_milToEm = EmScaleFactor / glyphRun.FontRenderingEmSize;
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
447double advFont = typeFace.AdvanceWidths[glyphRun.GlyphIndices[glyphIndex]] * glyphRun.FontRenderingEmSize;
ReachFramework (2)
Serialization\VisualSerializer.cs (2)
1637glyphRun.FontRenderingEmSize, 2083WriteAttr("FontRenderingEmSize", glyphRun.FontRenderingEmSize);