2 writes to _runs
PresentationFramework (2)
MS\Internal\PtsHost\Line.cs (2)
84_runs = null; 295_runs = _line.GetTextRunSpans();
8 references to _runs
PresentationFramework (8)
MS\Internal\PtsHost\Line.cs (8)
296Invariant.Assert(_runs != null, "Cannot retrieve runs collection."); 306foreach (TextSpan<TextRun> textSpan in _runs) 393IList<TextSpan<TextRun>> runs = _runs; 871return (((TextSpan<TextRun>)_runs[_runs.Count-1]).Value is ParagraphBreakRun); 947TextRun run = ((TextSpan<TextRun>)_runs[_runs.Count - 1]).Value as TextRun; 977foreach (TextSpan<TextRun> textSpan in _runs)