3 references to VerticalAdjust
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (3)
591
get { return (_statusFlags & StatusFlags.
VerticalAdjust
) != 0; }
595
_statusFlags |= StatusFlags.
VerticalAdjust
;
597
_statusFlags &= ~StatusFlags.
VerticalAdjust
;