5 references to KeepState
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (5)
117
_statusFlags |= StatusFlags.
KeepState
;
400
|| (_statusFlags & StatusFlags.
KeepState
) != 0
751
&& (_statusFlags & StatusFlags.
KeepState
) == 0)
807
if ((_statusFlags & StatusFlags.
KeepState
) != 0)
810
line._statusFlags |= StatusFlags.
KeepState
;