1 write to _textAlignment
PresentationFramework (1)
src\Framework\MS\Internal\Text\Line.cs (1)
72_textAlignment = owner.TextAlignment;
3 references to _textAlignment
PresentationFramework (3)
src\Framework\MS\Internal\Text\Line.cs (3)
532if (_textAlignment == TextAlignment.Center) 595return ((_textAlignment == TextAlignment.Right || _textAlignment == TextAlignment.Center) && IsWidthAdjusted);