5 references to KeepState
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
114
_statusFlags |= StatusFlags.
KeepState
;
377
|| (_statusFlags & StatusFlags.
KeepState
) != 0
718
&& (_statusFlags & StatusFlags.
KeepState
) == 0)
774
if ((_statusFlags & StatusFlags.
KeepState
) != 0)
777
line._statusFlags |= StatusFlags.
KeepState
;