3 references to HasOverflowed
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
390_statusFlags |= StatusFlags.HasOverflowed; 847line._statusFlags &= ~StatusFlags.HasOverflowed; 2450get { return (_statusFlags & StatusFlags.HasOverflowed) != 0; }