4 overrides of TextAlignment
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
290
public override TextAlignment
TextAlignment
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
48
public override TextAlignment
TextAlignment
{ get { return IgnoreTextAlignment ? TextAlignment.Left : _textAlignment; } }
343
public override TextAlignment
TextAlignment
{ get { return _lp.TextAlignment; } }
419
public override TextAlignment
TextAlignment
{ get { return _lp.TextAlignment; } }
4 references to TextAlignment
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
267
_textAlignment = textParagraphProperties.
TextAlignment
;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
113
get { return _paragraphProperties.
TextAlignment
; }
118
get { return _paragraphProperties.
TextAlignment
== TextAlignment.Justify; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
419
public override TextAlignment TextAlignment { get { return _lp.
TextAlignment
; } }