1 write to _textFormattingMode
PresentationCore (1)
System\Windows\Media\GlyphRun.cs (1)
358
_textFormattingMode
= textFormattingMode;
11 references to _textFormattingMode
PresentationCore (11)
System\Windows\Media\GlyphRun.cs (11)
1262
_textFormattingMode
,
1297
EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip,
_textFormattingMode
);
1299
if (TextFormattingMode.Display ==
_textFormattingMode
)
1411
if (TextFormattingMode.Display ==
_textFormattingMode
&& !bounds.IsEmpty)
1467
EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip,
_textFormattingMode
);
1469
if (TextFormattingMode.Display ==
_textFormattingMode
)
1583
double nominalAdvance = TextFormatterImp.RoundDip(_glyphTypeface.GetAdvanceWidth(glyphIndex, _pixelsPerDip,
_textFormattingMode
, IsSideways) * _renderingEmSize,
1584
_pixelsPerDip,
_textFormattingMode
);
1892
Convert(
_textFormattingMode
);
2339
(_advanceWidths == null ? null : ((
_textFormattingMode
!= TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),
2340
(_glyphOffsets == null ? null : ((
_textFormattingMode
!= TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),