2 overrides of GetTextRunSpans
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2050
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
887
public override IList<TextSpan<TextRun>>
GetTextRunSpans
()
7 references to GetTextRunSpans
PresentationFramework (7)
MS\Internal\Documents\TextBoxLine.cs (1)
377
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
MS\Internal\PtsHost\Line.cs (3)
281
_runs = _line.
GetTextRunSpans
();
385
runs = line.
GetTextRunSpans
();
665
IList<TextSpan<TextRun>> spans = _line.
GetTextRunSpans
();
MS\Internal\Text\ComplexLine.cs (2)
154
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
229
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();
MS\Internal\Text\Line.cs (1)
418
IList<TextSpan<TextRun>> runs = _line.
GetTextRunSpans
();