1 type derived from TextEndOfParagraph
PresentationFramework (1)
MS\Internal\PtsHost\RunClient.cs (1)
204
internal sealed class ParagraphBreakRun :
TextEndOfParagraph
5 instantiations of TextEndOfParagraph
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
161
return new
TextEndOfParagraph
(1);
System\Windows\Media\FormattedText.cs (1)
1849
return new
TextEndOfParagraph
(1);
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
81
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
MS\Internal\Text\ComplexLine.cs (1)
61
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
MS\Internal\Text\SimpleLine.cs (1)
58
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
4 references to TextEndOfParagraph
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (1)
302
&& !(_lastRun.TextRun is
TextEndOfParagraph
))
MS\Internal\TextFormatting\TextProperties.cs (1)
405
if (textRun is
TextEndOfParagraph
)
PresentationFramework (2)
MS\Internal\Documents\TextBoxLine.cs (1)
378
return (((TextSpan<TextRun>)runs[runs.Count - 1]).Value is
TextEndOfParagraph
);
MS\Internal\Text\Line.cs (1)
419
return (((TextSpan<TextRun>)runs[runs.Count-1]).Value is
TextEndOfParagraph
);