2 overrides of Collapse
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
694public override TextLine Collapse(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
513public override TextLine Collapse(
14 references to Collapse
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1106TextLine collapsedLine = line.Collapse(trailingEllipsis);
PresentationFramework (13)
MS\Internal\PtsHost\Line.cs (6)
379line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 499System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 545System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 576System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 628System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 993System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
MS\Internal\Text\ComplexLine.cs (1)
268System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
111line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 165System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 199System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 304System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 340System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 459System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));