2 references to KeepState
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
275
_statusFlags |= StatusFlags.
KeepState
;
623
get { return (_statusFlags & StatusFlags.
KeepState
) != 0; }