7 instantiations of Run
PresentationFramework (7)
System\Windows\Documents\SpellerStatusTable.cs (7)
44
_runList.Add(new
Run
(textContainerStart, RunType.Dirty));
148
_runList.Insert(runIndex + 1, new
Run
(start, RunType.Error));
155
_runList.Insert(runIndex + 1, new
Run
(end, RunType.Clean));
481
newRun = new
Run
(end, oppositeRunType);
497
newRun = new
Run
(start, runType);
506
newRun = new
Run
(start, runType);
508
newRun = new
Run
(end, oppositeRunType);
15 references to Run
PresentationFramework (15)
System\Windows\Documents\SpellerStatusTable.cs (15)
87
Run
run;
127
Run
run;
277
Run
run = GetRun(index);
313
Run
run;
335
Run
run;
439
Run
run;
440
Run
newRun;
534
Run
run;
591
Run
run;
676
Run
run;
719
Run
run;
745
private
Run
GetRun(int index)
747
return (
Run
)_runList[index];
767
Run
run = GetRun(index);
779
Run
run;