2 references to IsJustified
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
177
_statusFlags |= StatusFlags.
IsJustified
;
2604
get { return (_statusFlags & StatusFlags.
IsJustified
) != 0; }