Base:
property
TextAlignment
System.Windows.Media.TextFormatting.TextParagraphProperties.TextAlignment
5 references to TextAlignment
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
191
lineProperties.IgnoreTextAlignment = (lineProperties.
TextAlignment
!= TextAlignment.Justify);
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
436
if (widthChanged && lineProperties.
TextAlignment
!= TextAlignment.Left)
494
if (oldWidth != desiredSize.Width && lineProperties.
TextAlignment
!= TextAlignment.Left)
1851
double horizontalOffset = GetTextAlignmentCorrection(lineProperties.
TextAlignment
, width);
src\Framework\MS\Internal\Text\LineProperties.cs (1)
343
public override TextAlignment TextAlignment { get { return _lp.
TextAlignment
; } }