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