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)
1132
if ((
_textAlignment
== TextAlignment.Center ||
_textAlignment
== TextAlignment.Right) && !ShowEllipses)
1144
if (
_textAlignment
== TextAlignment.Center)
1184
return ((
_textAlignment
== TextAlignment.Right ||
_textAlignment
== TextAlignment.Center) && IsWidthAdjusted);