1 write to _runList
PresentationFramework (1)
System\Windows\Documents\SpellerStatusTable.cs (1)
39
_runList
= new ArrayList(1);
28 references to _runList
PresentationFramework (28)
System\Windows\Documents\SpellerStatusTable.cs (28)
41
_runList
.Add(new Run(textContainerStart, RunType.Dirty));
90
for (index = FindIndex(searchStart.CreateStaticPointer(), LogicalDirection.Forward); index >= 0 && index <
_runList
.Count; index++)
145
_runList
.Insert(runIndex + 1, new Run(start, RunType.Error));
152
_runList
.Insert(runIndex + 1, new Run(end, RunType.Clean));
200
for (i = index+1; i <
_runList
.Count; i++)
339
maxIndex =
_runList
.Count;
406
_runList
.RemoveRange(startIndex + 1, endIndex - startIndex - 1);
479
_runList
.Insert(index + 1, newRun);
486
if (index <
_runList
.Count - 1 && GetRun(index + 1).RunType == runType)
495
_runList
.Insert(index + 1, newRun);
504
_runList
.Insert(index + 1, newRun);
506
_runList
.Insert(index + 2, newRun);
538
_runList
.RemoveAt(index);
541
if (index <
_runList
.Count - 1 && GetRun(index + 1).RunType == run.RunType)
544
_runList
.RemoveAt(index + 1);
611
_runList
.RemoveAt(index);
620
for (i = index; i <
_runList
.Count; i++)
630
_runList
.RemoveRange(index, i - index);
635
if (index <
_runList
.Count)
638
_runList
.RemoveAt(index); // just one char, unless it's an error run.
642
if (index <
_runList
.Count && GetRun(index).RunType == RunType.Dirty)
644
_runList
.RemoveAt(index);
676
Invariant.Assert(
_runList
.Count >= 1, "Run list should never be empty!");
682
for (i = 0; i <
_runList
.Count; i++)
686
if (
_runList
.Count == 1)
719
for (i = 0; i <
_runList
.Count; i++)
744
return (Run)
_runList
[index];
758
if (index + 1 <
_runList
.Count)