1 write to _textAlignment
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
126
_textAlignment
= textAlignment;
2 references to _textAlignment
PresentationFramework (2)
MS\Internal\Text\LineProperties.cs (2)
41
public override TextAlignment TextAlignment { get { return IgnoreTextAlignment ? TextAlignment.Left :
_textAlignment
; } }
239
return
_textAlignment
;