7 instantiations of Run
PresentationFramework (7)
src\Framework\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);
14 references to Run
PresentationFramework (14)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (14)
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;
746
private
Run
GetRun(int index)
748
return (
Run
)_runList[index];
768
Run
run = GetRun(index);
780
Run
run;