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