1 write to _rightToLeft
PresentationCore (1)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
82
_rightToLeft
= rightToLeft;
2 references to _rightToLeft
PresentationCore (2)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (2)
233
GlyphRun glyphRun = glyphs.CreateGlyphRun(currentOrigin,
_rightToLeft
);
271
if (
_rightToLeft
)