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)); 481newRun = new Run(end, oppositeRunType); 497newRun = new Run(start, runType); 506newRun = new Run(start, runType); 508newRun = new Run(end, oppositeRunType);
15 references to Run
PresentationFramework (15)
System\Windows\Documents\SpellerStatusTable.cs (15)
87Run run; 127Run run; 277Run run = GetRun(index); 313Run run; 335Run run; 439Run run; 440Run newRun; 534Run run; 591Run run; 676Run run; 719Run run; 745private Run GetRun(int index) 747return (Run)_runList[index]; 767Run run = GetRun(index); 779Run run;