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