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)
1124
if ((
_textAlignment
== TextAlignment.Center ||
_textAlignment
== TextAlignment.Right) && !ShowEllipses)
1136
if (
_textAlignment
== TextAlignment.Center)
1176
return ((
_textAlignment
== TextAlignment.Right ||
_textAlignment
== TextAlignment.Center) && IsWidthAdjusted);