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