2 references to AdvanceHeights
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
195double fontAdvance = _sideways ? _glyphTypeface.AdvanceHeights[fontIndex] : _glyphTypeface.AdvanceWidths[fontIndex];
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
456double advance = sideways ? glyphTypeface.AdvanceHeights[glyphIndex] : glyphTypeface.AdvanceWidths[glyphIndex];