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