3 references to HasOverflowed
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
353_statusFlags |= StatusFlags.HasOverflowed; 800line._statusFlags &= ~StatusFlags.HasOverflowed; 2388get { return (_statusFlags & StatusFlags.HasOverflowed) != 0; }