2 overrides of Collapse
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
741public override TextLine Collapse(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
530public override TextLine Collapse(
14 references to Collapse
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1167TextLine collapsedLine = line.Collapse(trailingEllipsis);
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\Line.cs (6)
400line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 521System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 567System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 598System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 650System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties)); 1015System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, TextParagraph.Properties));
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
280System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));
src\Framework\MS\Internal\Text\Line.cs (6)
125line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 179System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 213System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 318System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 354System.Windows.Media.TextFormatting.TextLine collapsedLine = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties)); 473System.Windows.Media.TextFormatting.TextLine line = _line.Collapse(GetCollapsingProps(_wrappingWidth, _owner.ParagraphProperties));