4 writes to IgnoreTextAlignment
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (2)
191lineProperties.IgnoreTextAlignment = (lineProperties.TextAlignment != TextAlignment.Justify); 198lineProperties.IgnoreTextAlignment = false;
src\Framework\System\Windows\Controls\TextBlock.cs (2)
1336lineProperties.IgnoreTextAlignment = true; 1435lineProperties.IgnoreTextAlignment = false;
1 reference to IgnoreTextAlignment
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
48public override TextAlignment TextAlignment { get { return IgnoreTextAlignment ? TextAlignment.Left : _textAlignment; } }