1 write to _textFormattingMode
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphRun.cs (1)
372
_textFormattingMode
= textFormattingMode;
11 references to _textFormattingMode
PresentationCore (11)
Core\CSharp\System\Windows\Media\GlyphRun.cs (11)
1289
_textFormattingMode
,
1324
EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip,
_textFormattingMode
);
1326
if (TextFormattingMode.Display ==
_textFormattingMode
)
1437
if (TextFormattingMode.Display ==
_textFormattingMode
&& !bounds.IsEmpty)
1493
EmGlyphMetrics emGlyphMetrics = new EmGlyphMetrics(glyphMetrics[i], designToEm, _pixelsPerDip,
_textFormattingMode
);
1495
if (TextFormattingMode.Display ==
_textFormattingMode
)
1609
double nominalAdvance = TextFormatterImp.RoundDip(_glyphTypeface.GetAdvanceWidth(glyphIndex, _pixelsPerDip,
_textFormattingMode
, IsSideways) * _renderingEmSize,
1610
_pixelsPerDip,
_textFormattingMode
);
1925
Convert(
_textFormattingMode
);
2373
(_advanceWidths == null ? null : ((
_textFormattingMode
!= TextFormattingMode.Ideal) ? (IList<double>)(new List<double>()) : (IList<double>)(new ThousandthOfEmRealDoubles(_renderingEmSize, _advanceWidths)))),
2374
(_glyphOffsets == null ? null : ((
_textFormattingMode
!= TextFormattingMode.Ideal) ? (IList<Point>)(new List<Point>()) : (IList<Point>)(new ThousandthOfEmRealPoints(_renderingEmSize, _glyphOffsets)))),