2 overrides of GetTextRunSpans
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2049
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
880
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
7 references to GetTextRunSpans
PresentationFramework (7)
MS\Internal\Documents\TextBoxLine.cs (1)
376
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
MS\Internal\PtsHost\Line.cs (3)
277
_runs = _line.
GetTextRunSpans
();
381
runs = line.
GetTextRunSpans
();
661
IList<TextSpan<TextRun>> spans = _line.
GetTextRunSpans
();
MS\Internal\Text\ComplexLine.cs (2)
153
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
228
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
MS\Internal\Text\Line.cs (1)
417
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();