4 writes to AdvanceHeight
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
1288
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1458
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1695
this.
AdvanceHeight
= TextFormatterImp.RoundDipForDisplayMode(designToEm * glyphMetrics.AdvanceHeight, pixelsPerDip);
1705
this.
AdvanceHeight
= designToEm * glyphMetrics.AdvanceHeight;
6 references to AdvanceHeight
PresentationCore (6)
System\Windows\Media\GlyphRun.cs (6)
1289
emGlyphMetrics.
AdvanceHeight
,
1325
right = left + emGlyphMetrics.
AdvanceHeight
- emGlyphMetrics.TopSideBearing - emGlyphMetrics.BottomSideBearing;
1332
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1459
emGlyphMetrics.
AdvanceHeight
,
1483
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1508
top = emGlyphMetrics.Baseline - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;