4 overrides of TextAlignment
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
287public override TextAlignment TextAlignment
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
41public override TextAlignment TextAlignment { get { return IgnoreTextAlignment ? TextAlignment.Left : _textAlignment; } } 336public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } } 412public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } }
4 references to TextAlignment
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
264_textAlignment = textParagraphProperties.TextAlignment;
MS\Internal\TextFormatting\TextProperties.cs (2)
105get { return _paragraphProperties.TextAlignment; } 110get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
412public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } }