4 overrides of TextAlignment
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
286public override TextAlignment TextAlignment
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
40public override TextAlignment TextAlignment { get { return IgnoreTextAlignment ? TextAlignment.Left : _textAlignment; } } 335public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } } 411public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } }
4 references to TextAlignment
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
263_textAlignment = textParagraphProperties.TextAlignment;
MS\Internal\TextFormatting\TextProperties.cs (2)
104get { return _paragraphProperties.TextAlignment; } 109get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
411public override TextAlignment TextAlignment { get { return _lp.TextAlignment; } }