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) 807if ((_statusFlags & StatusFlags.KeepState) != 0) 810line._statusFlags |= StatusFlags.KeepState;