1 write to _runList
PresentationFramework (1)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (1)
42_runList = new ArrayList(1);
27 references to _runList
PresentationFramework (27)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (27)
44_runList.Add(new Run(textContainerStart, RunType.Dirty)); 93for (index = FindIndex(searchStart.CreateStaticPointer(), LogicalDirection.Forward); index >= 0 && index < _runList.Count; index++) 148_runList.Insert(runIndex + 1, new Run(start, RunType.Error)); 155_runList.Insert(runIndex + 1, new Run(end, RunType.Clean)); 203for (i = index+1; i < _runList.Count; i++) 342maxIndex = _runList.Count; 409_runList.RemoveRange(startIndex + 1, endIndex - startIndex - 1); 482_runList.Insert(index + 1, newRun); 489if (index < _runList.Count - 1 && GetRun(index + 1).RunType == runType) 498_runList.Insert(index + 1, newRun); 507_runList.Insert(index + 1, newRun); 509_runList.Insert(index + 2, newRun); 541_runList.RemoveAt(index); 544if (index < _runList.Count - 1 && GetRun(index + 1).RunType == run.RunType) 547_runList.RemoveAt(index + 1); 614_runList.RemoveAt(index); 623for (i = index; i < _runList.Count; i++) 633_runList.RemoveRange(index, i - index); 638if (index < _runList.Count) 641_runList.RemoveAt(index); // 645if (index < _runList.Count && GetRun(index).RunType == RunType.Dirty) 647_runList.RemoveAt(index); 679Invariant.Assert(_runList.Count >= 1, "Run list should never be empty!"); 685for (i = 0; i < _runList.Count; i++) 689if (_runList.Count == 1) 748return (Run)_runList[index]; 762if (index + 1 < _runList.Count)