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