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