5 references to KeepState
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
99
_statusFlags |= StatusFlags.
KeepState
;
364
|| (_statusFlags & StatusFlags.
KeepState
) != 0
705
&& (_statusFlags & StatusFlags.
KeepState
) == 0)
761
if ((_statusFlags & StatusFlags.
KeepState
) != 0)
764
line._statusFlags |= StatusFlags.
KeepState
;