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