2 references to HasOverflowed
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
389
_statusFlags |= StatusFlags.
HasOverflowed
;
1201
get { return (_statusFlags & StatusFlags.
HasOverflowed
) != 0; }