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)
379if (_textFormattingMode == TextFormattingMode.Display) 384hasOverflowed = (TextFormatterImp.CompareReal(realWidth, realFormatWidth, PixelsPerDip, _textFormattingMode) > 0); 528_textFormattingMode, 763if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip, _textFormattingMode) > 0) 780_textFormattingMode, 788FullTextLine line = new TextMetrics.FullTextLine(_textFormattingMode, IsJustified, PixelsPerDip);