1 write to _textFormattingMode
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
189
_textFormattingMode
= textFormattingMode;
6 references to _textFormattingMode
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (6)
379
if (
_textFormattingMode
== TextFormattingMode.Display)
384
hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip,
_textFormattingMode
) > 0);
528
_textFormattingMode
,
763
if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip,
_textFormattingMode
) > 0)
780
_textFormattingMode
,
788
FullTextLine line = new TextMetrics.FullTextLine(
_textFormattingMode
, IsJustified, PixelsPerDip);