1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
174
_textFormattingMode
= textFormattingMode;
6 references to _textFormattingMode
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
356
if (
_textFormattingMode
== TextFormattingMode.Display)
361
hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip,
_textFormattingMode
) > 0);
505
_textFormattingMode
,
730
if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip,
_textFormattingMode
) > 0)
747
_textFormattingMode
,
755
FullTextLine line = new TextMetrics.FullTextLine(
_textFormattingMode
, IsJustified, PixelsPerDip);