2 types derived from TextEndOfLine
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextEndOfParagraph.cs (1)
27public class TextEndOfParagraph : TextEndOfLine
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
223internal sealed class LineBreakRun : TextEndOfLine
1 instantiation of TextEndOfLine
PresentationFramework (1)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
401run = new TextEndOfLine(_elementEdgeCharacterLength * 2);
3 references to TextEndOfLine
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1586else if (textRun is TextEndOfLine)
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (2)
374get { return _textRun is TextEndOfLine; } 416if (textRun is TextEndOfLine)