1 write to _textAlignment
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
64_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty);
5 references to _textAlignment
PresentationFramework (5)
MS\Internal\PtsHost\Line.cs (5)
1124if ((_textAlignment == TextAlignment.Center || _textAlignment == TextAlignment.Right) && !ShowEllipses) 1136if (_textAlignment == TextAlignment.Center) 1176return ((_textAlignment == TextAlignment.Right || _textAlignment == TextAlignment.Center) && IsWidthAdjusted);