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