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