3 writes to _textAlignment
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (3)
250
_textAlignment
= textAlignment;
267
_textAlignment
= textParagraphProperties.TextAlignment;
374
_textAlignment
= textAlignment;
1 reference to _textAlignment
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
292
get { return
_textAlignment
; }