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