4 writes to AdvanceHeight
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (4)
1303
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1473
emGlyphMetrics.
AdvanceHeight
= AdjustAdvanceForDisplayLayout(
1708
this.
AdvanceHeight
= TextFormatterImp.RoundDipForDisplayMode(designToEm * glyphMetrics.AdvanceHeight, pixelsPerDip);
1718
this.
AdvanceHeight
= designToEm * glyphMetrics.AdvanceHeight;
6 references to AdvanceHeight
PresentationCore (6)
System\Windows\Media\GlyphRun.cs (6)
1304
emGlyphMetrics.
AdvanceHeight
,
1340
right = left + emGlyphMetrics.
AdvanceHeight
- emGlyphMetrics.TopSideBearing - emGlyphMetrics.BottomSideBearing;
1347
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1474
emGlyphMetrics.
AdvanceHeight
,
1498
top = bottom - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;
1523
top = emGlyphMetrics.Baseline - emGlyphMetrics.
AdvanceHeight
+ emGlyphMetrics.TopSideBearing + emGlyphMetrics.BottomSideBearing;