9 references to Justify
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
110get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; }
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (1)
182lineProperties.IgnoreTextAlignment = (lineProperties.TextAlignment != TextAlignment.Justify);
MS\Internal\Documents\TextBoxView.cs (1)
2908textAlignment = TextAlignment.Justify;
MS\Internal\PtsHost\TextParagraph.cs (1)
212isParagraphJustified = ((TextAlignment)Element.GetValue(Block.TextAlignmentProperty)) == TextAlignment.Justify;
System\Windows\Controls\TextRangeAdaptor.cs (1)
216case TextAlignment.Justify:
System\Windows\Documents\Block.cs (1)
515|| value == TextAlignment.Justify
System\windows\Documents\TextEditorParagraphs.cs (1)
117TextEditorCharacters._OnApplyProperty(This, Block.TextAlignmentProperty, TextAlignment.Justify, /*applyToParagraphs*/true);
System\Windows\Documents\TextRangeEdit.cs (2)
1171case TextAlignment.Justify: 1196textAlignment = TextAlignment.Justify;