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