1 write to _textAlignment
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
67_textAlignment = (TextAlignment)TextParagraph.Element.GetValue(Block.TextAlignmentProperty);
5 references to _textAlignment
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\Line.cs (5)
1132if ((_textAlignment == TextAlignment.Center || _textAlignment == TextAlignment.Right) && !ShowEllipses) 1144if (_textAlignment == TextAlignment.Center) 1184return ((_textAlignment == TextAlignment.Right || _textAlignment == TextAlignment.Center) && IsWidthAdjusted);