1 write to _textFormattingMode
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
159
_textFormattingMode
= textFormattingMode;
6 references to _textFormattingMode
PresentationCore (6)
MS\Internal\TextFormatting\FullTextLine.cs (6)
341
if (
_textFormattingMode
== TextFormattingMode.Display)
346
hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip,
_textFormattingMode
) > 0);
490
_textFormattingMode
,
715
if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip,
_textFormattingMode
) > 0)
732
_textFormattingMode
,
740
FullTextLine line = new TextMetrics.FullTextLine(
_textFormattingMode
, IsJustified, PixelsPerDip);