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