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