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