3 instantiations of TextTrailingCharacterEllipsis
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1160trailingEllipsis = new TextTrailingCharacterEllipsis(maxLineLength, lastRunProps);
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
1055collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);
src\Framework\MS\Internal\Text\Line.cs (1)
513collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);