7 instantiations of Run
PresentationFramework (7)
System\Windows\Documents\SpellerStatusTable.cs (7)
41
_runList.Add(new
Run
(textContainerStart, RunType.Dirty));
145
_runList.Insert(runIndex + 1, new
Run
(start, RunType.Error));
152
_runList.Insert(runIndex + 1, new
Run
(end, RunType.Clean));
478
newRun = new
Run
(end, oppositeRunType);
494
newRun = new
Run
(start, runType);
503
newRun = new
Run
(start, runType);
505
newRun = new
Run
(end, oppositeRunType);
15 references to Run
PresentationFramework (15)
System\Windows\Documents\SpellerStatusTable.cs (15)
84
Run
run;
124
Run
run;
274
Run
run = GetRun(index);
310
Run
run;
332
Run
run;
436
Run
run;
437
Run
newRun;
531
Run
run;
588
Run
run;
673
Run
run;
716
Run
run;
742
private
Run
GetRun(int index)
744
return (
Run
)_runList[index];
764
Run
run = GetRun(index);
776
Run
run;