2 overrides of HasOverflowed
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2386
public override bool
HasOverflowed
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1169
public override bool
HasOverflowed
16 references to HasOverflowed
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1092
if (_that._trimming != TextTrimming.None && line.
HasOverflowed
&& line.Length > 0)
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (7)
377
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
494
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
543
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
572
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
618
if (!_line.
HasOverflowed
)
989
if (_line.
HasOverflowed
&& TextParagraph.Properties.TextTrimming != TextTrimming.None)
1195
if (_line.
HasOverflowed
)
MS\Internal\Text\ComplexLine.cs (1)
267
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
MS\Internal\Text\Line.cs (7)
112
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
164
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
200
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
303
if (!_line.
HasOverflowed
) { return 0; }
333
if (!_line.
HasOverflowed
)
458
if (_line.
HasOverflowed
&& _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
558
if (_line.
HasOverflowed
|| _showParagraphEllipsis)