4 writes to AdvanceHeight
PresentationCore (4)
Core\CSharp\System\Windows\Media\GlyphRun.cs (4)
1330emGlyphMetrics.AdvanceHeight = AdjustAdvanceForDisplayLayout( 1499emGlyphMetrics.AdvanceHeight = AdjustAdvanceForDisplayLayout( 1734this.AdvanceHeight = TextFormatterImp.RoundDipForDisplayMode(designToEm * glyphMetrics.AdvanceHeight, pixelsPerDip); 1744this.AdvanceHeight = designToEm * glyphMetrics.AdvanceHeight;
6 references to AdvanceHeight
PresentationCore (6)
Core\CSharp\System\Windows\Media\GlyphRun.cs (6)
1331emGlyphMetrics.AdvanceHeight, 1367right = left + emGlyphMetrics.AdvanceHeight - emGlyphMetrics.TopSideBearing - emGlyphMetrics.BottomSideBearing; 1374top = bottom - emGlyphMetrics.AdvanceHeight + emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing; 1500emGlyphMetrics.AdvanceHeight, 1524top = bottom - emGlyphMetrics.AdvanceHeight + emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing; 1549top = emGlyphMetrics.Baseline - emGlyphMetrics.AdvanceHeight + emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;