3 instantiations of TextTrailingCharacterEllipsis
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1147trailingEllipsis = new TextTrailingCharacterEllipsis(maxLineLength, lastRunProps);
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
1052collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);
MS\Internal\Text\Line.cs (1)
510collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);