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