3 writes to _textAlignment
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
246
_textAlignment
= textAlignment;
263
_textAlignment
= textParagraphProperties.TextAlignment;
370
_textAlignment
= textAlignment;
1 reference to _textAlignment
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
288
get { return
_textAlignment
; }