1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
158
_textFormattingMode
= textFormattingMode;
6 references to _textFormattingMode
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
342
if (
_textFormattingMode
== TextFormattingMode.Display)
347
hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip,
_textFormattingMode
) > 0);
491
_textFormattingMode
,
716
if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip,
_textFormattingMode
) > 0)
733
_textFormattingMode
,
741
FullTextLine line = new TextMetrics.FullTextLine(
_textFormattingMode
, IsJustified, PixelsPerDip);