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