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