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