1 type derived from TextEndOfParagraph
PresentationFramework (1)
MS\Internal\PtsHost\RunClient.cs (1)
203
internal sealed class ParagraphBreakRun :
TextEndOfParagraph
5 instantiations of TextEndOfParagraph
PresentationCore (2)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
160
return new
TextEndOfParagraph
(1);
System\Windows\Media\FormattedText.cs (1)
1828
return new
TextEndOfParagraph
(1);
PresentationFramework (3)
MS\Internal\Documents\TextBoxLine.cs (1)
80
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
MS\Internal\Text\ComplexLine.cs (1)
60
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
MS\Internal\Text\SimpleLine.cs (1)
57
run = new
TextEndOfParagraph
(_syntheticCharacterLength);
4 references to TextEndOfParagraph
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (1)
301
&& !(_lastRun.TextRun is
TextEndOfParagraph
))
MS\Internal\TextFormatting\TextProperties.cs (1)
404
if (textRun is
TextEndOfParagraph
)
PresentationFramework (2)
MS\Internal\Documents\TextBoxLine.cs (1)
377
return (((TextSpan<TextRun>)runs[runs.Count - 1]).Value is
TextEndOfParagraph
);
MS\Internal\Text\Line.cs (1)
418
return (((TextSpan<TextRun>)runs[runs.Count-1]).Value is
TextEndOfParagraph
);