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