4 writes to AdvanceHeight
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
1287
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1457
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1694
this.
AdvanceHeight
= TextFormatterImp.RoundDipForDisplayMode(designToEm * glyphMetrics.AdvanceHeight, pixelsPerDip);
1704
this.
AdvanceHeight
= designToEm * glyphMetrics.AdvanceHeight;
6 references to AdvanceHeight
PresentationCore (6)
System\Windows\Media\GlyphRun.cs (6)
1288
emGlyphMetrics.
AdvanceHeight
,
1324
right = left + emGlyphMetrics.
AdvanceHeight
- emGlyphMetrics.TopSideBearing - emGlyphMetrics.BottomSideBearing;
1331
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1458
emGlyphMetrics.
AdvanceHeight
,
1482
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1507
top = emGlyphMetrics.Baseline - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;