7 instantiations of Run
PresentationFramework (7)
System\Windows\Documents\SpellerStatusTable.cs (7)
42
_runList.Add(new
Run
(textContainerStart, RunType.Dirty));
146
_runList.Insert(runIndex + 1, new
Run
(start, RunType.Error));
153
_runList.Insert(runIndex + 1, new
Run
(end, RunType.Clean));
479
newRun = new
Run
(end, oppositeRunType);
495
newRun = new
Run
(start, runType);
504
newRun = new
Run
(start, runType);
506
newRun = new
Run
(end, oppositeRunType);
15 references to Run
PresentationFramework (15)
System\Windows\Documents\SpellerStatusTable.cs (15)
85
Run
run;
125
Run
run;
275
Run
run = GetRun(index);
311
Run
run;
333
Run
run;
437
Run
run;
438
Run
newRun;
532
Run
run;
589
Run
run;
674
Run
run;
717
Run
run;
743
private
Run
GetRun(int index)
745
return (
Run
)_runList[index];
765
Run
run = GetRun(index);
777
Run
run;