2 overrides of Collapse
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
695public override TextLine Collapse(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
514public override TextLine Collapse(
14 references to Collapse
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1120TextLine collapsedLine = line.Collapse(trailingEllipsis);
PresentationFramework (13)
MS\Internal\PtsHost\Line.cs (6)
383line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 503System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 549System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 580System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 632System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 997System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
MS\Internal\Text\ComplexLine.cs (1)
272System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
MS\Internal\Text\Line.cs (6)
115line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 169System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 203System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 308System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 344System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 463System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));