1 write to _textAlignment
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
133
_textAlignment
= textAlignment;
2 references to _textAlignment
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineProperties.cs (2)
48
public override TextAlignment TextAlignment { get { return IgnoreTextAlignment ? TextAlignment.Left :
_textAlignment
; } }
246
return
_textAlignment
;