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