1 write to _textAlignment
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
62
_textAlignment
= owner.TextAlignment;
3 references to _textAlignment
PresentationFramework (3)
MS\Internal\Text\Line.cs (3)
522
if (
_textAlignment
== TextAlignment.Center)
585
return ((
_textAlignment
== TextAlignment.Right ||
_textAlignment
== TextAlignment.Center) && IsWidthAdjusted);