5 references to KeepState
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
98_statusFlags |= StatusFlags.KeepState; 363|| (_statusFlags & StatusFlags.KeepState) != 0 704&& (_statusFlags & StatusFlags.KeepState) == 0) 760if ((_statusFlags & StatusFlags.KeepState) != 0) 763line._statusFlags |= StatusFlags.KeepState;