Base:
property
HasOverflowed
System.Windows.Media.TextFormatting.TextLine.HasOverflowed
2 references to HasOverflowed
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
750
if ( !
HasOverflowed
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
555
if (textLine.
HasOverflowed
)