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