1 write to _runList
PresentationFramework (1)
System\Windows\Documents\SpellerStatusTable.cs (1)
40
_runList
= new ArrayList(1);
28 references to _runList
PresentationFramework (28)
System\Windows\Documents\SpellerStatusTable.cs (28)
42
_runList
.Add(new Run(textContainerStart, RunType.Dirty));
91
for (index = FindIndex(searchStart.CreateStaticPointer(), LogicalDirection.Forward); index >= 0 && index <
_runList
.Count; index++)
146
_runList
.Insert(runIndex + 1, new Run(start, RunType.Error));
153
_runList
.Insert(runIndex + 1, new Run(end, RunType.Clean));
201
for (i = index+1; i <
_runList
.Count; i++)
340
maxIndex =
_runList
.Count;
407
_runList
.RemoveRange(startIndex + 1, endIndex - startIndex - 1);
480
_runList
.Insert(index + 1, newRun);
487
if (index <
_runList
.Count - 1 && GetRun(index + 1).RunType == runType)
496
_runList
.Insert(index + 1, newRun);
505
_runList
.Insert(index + 1, newRun);
507
_runList
.Insert(index + 2, newRun);
539
_runList
.RemoveAt(index);
542
if (index <
_runList
.Count - 1 && GetRun(index + 1).RunType == run.RunType)
545
_runList
.RemoveAt(index + 1);
612
_runList
.RemoveAt(index);
621
for (i = index; i <
_runList
.Count; i++)
631
_runList
.RemoveRange(index, i - index);
636
if (index <
_runList
.Count)
639
_runList
.RemoveAt(index); // just one char, unless it's an error run.
643
if (index <
_runList
.Count && GetRun(index).RunType == RunType.Dirty)
645
_runList
.RemoveAt(index);
677
Invariant.Assert(
_runList
.Count >= 1, "Run list should never be empty!");
683
for (i = 0; i <
_runList
.Count; i++)
687
if (
_runList
.Count == 1)
720
for (i = 0; i <
_runList
.Count; i++)
745
return (Run)
_runList
[index];
759
if (index + 1 <
_runList
.Count)