5 references to KeepState
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
98
_statusFlags |= StatusFlags.
KeepState
;
363
|| (_statusFlags & StatusFlags.
KeepState
) != 0
704
&& (_statusFlags & StatusFlags.
KeepState
) == 0)
760
if ((_statusFlags & StatusFlags.
KeepState
) != 0)
763
line._statusFlags |= StatusFlags.
KeepState
;