2 overrides of GetTextRunSpans
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2099
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
906
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
7 references to GetTextRunSpans
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
386
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
src\Framework\MS\Internal\PtsHost\Line.cs (3)
298
_runs = _line.
GetTextRunSpans
();
402
runs = line.
GetTextRunSpans
();
683
IList<TextSpan<TextRun>> spans = _line.
GetTextRunSpans
();
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
162
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
237
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
src\Framework\MS\Internal\Text\Line.cs (1)
428
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();