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