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));
93
for (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));
203
for (i = index+1; i <
_runList
.Count; i++)
342
maxIndex =
_runList
.Count;
409
_runList
.RemoveRange(startIndex + 1, endIndex - startIndex - 1);
482
_runList
.Insert(index + 1, newRun);
489
if (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);
544
if (index <
_runList
.Count - 1 && GetRun(index + 1).RunType == run.RunType)
547
_runList
.RemoveAt(index + 1);
614
_runList
.RemoveAt(index);
623
for (i = index; i <
_runList
.Count; i++)
633
_runList
.RemoveRange(index, i - index);
638
if (index <
_runList
.Count)
641
_runList
.RemoveAt(index); //
645
if (index <
_runList
.Count && GetRun(index).RunType == RunType.Dirty)
647
_runList
.RemoveAt(index);
679
Invariant.Assert(
_runList
.Count >= 1, "Run list should never be empty!");
685
for (i = 0; i <
_runList
.Count; i++)
689
if (
_runList
.Count == 1)
748
return (Run)
_runList
[index];
762
if (index + 1 <
_runList
.Count)