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)
1117TextLine 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)
271System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
114line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 168System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 202System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 307System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 343System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 462System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));