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)); 478newRun = new Run(end, oppositeRunType); 494newRun = new Run(start, runType); 503newRun = new Run(start, runType); 505newRun = new Run(end, oppositeRunType);
15 references to Run
PresentationFramework (15)
System\Windows\Documents\SpellerStatusTable.cs (15)
84Run run; 124Run run; 274Run run = GetRun(index); 310Run run; 332Run run; 436Run run; 437Run newRun; 531Run run; 588Run run; 673Run run; 716Run run; 742private Run GetRun(int index) 744return (Run)_runList[index]; 764Run run = GetRun(index); 776Run run;