2 overrides of HasOverflowed
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2387public override bool HasOverflowed
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1176public override bool HasOverflowed
16 references to HasOverflowed
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1095if (_that._trimming != TextTrimming.None && line.HasOverflowed && line.Length > 0)
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (7)
381if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 498if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 547if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 576if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 622if (!_line.HasOverflowed) 993if (_line.HasOverflowed && TextParagraph.Properties.TextTrimming != TextTrimming.None) 1199if (_line.HasOverflowed)
MS\Internal\Text\ComplexLine.cs (1)
268if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None)
MS\Internal\Text\Line.cs (7)
113if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 165if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 201if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 304if (!_line.HasOverflowed) { return 0; } 334if (!_line.HasOverflowed) 459if (_line.HasOverflowed && _owner.ParagraphProperties.TextTrimming != TextTrimming.None) 559if (_line.HasOverflowed || _showParagraphEllipsis)