2 writes to _runs
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
87_runs = null; 298_runs = _line.GetTextRunSpans();
8 references to _runs
PresentationFramework (8)
src\Framework\MS\Internal\PtsHost\Line.cs (8)
299Invariant.Assert(_runs != null, "Cannot retrieve runs collection."); 309foreach (TextSpan<TextRun> textSpan in _runs) 396IList<TextSpan<TextRun>> runs = _runs; 874return (((TextSpan<TextRun>)_runs[_runs.Count-1]).Value is ParagraphBreakRun); 950TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).Value as TextRun; 980foreach (TextSpan<TextRun> textSpan in _runs)