3 references to TextTrailingCharacterEllipsis
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1131trailingEllipsis = new TextTrailingCharacterEllipsis(maxLineLength, lastRunProps);
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (1)
1046collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);
MS\Internal\Text\Line.cs (1)
503collapsingProps = new TextTrailingCharacterEllipsis(wrappingWidth, paraProperties.DefaultTextRunProperties);