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