2 overrides of HasOverflowed
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2448
public override bool
HasOverflowed
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1199
public override bool
HasOverflowed
16 references to HasOverflowed
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1142
if (_that._trimming != TextTrimming.None && line.
HasOverflowed
&& line.Length > 0)
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\Line.cs (7)
398
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
516
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
565
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
594
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
640
if (!_line.
HasOverflowed
)
1011
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
1222
if (_line.
HasOverflowed
)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
276
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
src\Framework\MS\Internal\Text\Line.cs (7)
123
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
175
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
211
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
314
if (!_line.
HasOverflowed
) { return 0; }
344
if (!_line.
HasOverflowed
)
469
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
569
if (_line.
HasOverflowed
|| _showParagraphEllipsis)