9 references to Justify
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
118get { return _paragraphProperties.TextAlignment == TextAlignment.Justify; }
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
191lineProperties.IgnoreTextAlignment = (lineProperties.TextAlignment != TextAlignment.Justify);
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
2888textAlignment = TextAlignment.Justify;
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (1)
224isParagraphJustified = ((TextAlignment)Element.GetValue(Block.TextAlignmentProperty)) == TextAlignment.Justify;
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
226case TextAlignment.Justify:
src\Framework\System\Windows\Documents\Block.cs (1)
541|| value == TextAlignment.Justify
src\Framework\System\windows\Documents\TextEditorParagraphs.cs (1)
135TextEditorCharacters._OnApplyProperty(This, Block.TextAlignmentProperty, TextAlignment.Justify, /*applyToParagraphs*/true);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1175case TextAlignment.Justify: 1200textAlignment = TextAlignment.Justify;