26 references to GetRun
PresentationFramework (26)
System\Windows\Documents\SpellerStatusTable.cs (26)
93run = GetRun(index); 128run = GetRun(runIndex); 172return GetRun(index).RunType == runType; 205transitionPosition = GetRun(i).Position.CreateStaticPointer(); 215transitionPosition = GetRun(index).Position.CreateStaticPointer(); 255start = GetRun(index).Position; 275Run run = GetRun(index); 317run = GetRun(index); 346run = GetRun(index); 447run = GetRun(index); 471if (index > 0 && GetRun(index - 1).RunType == runType) 487if (index < _runList.Count - 1 && GetRun(index + 1).RunType == runType) 490GetRun(index + 1).Position = start; 534run = GetRun(index); 536if (index > 0 && GetRun(index - 1).RunType == run.RunType) 542if (index < _runList.Count - 1 && GetRun(index + 1).RunType == run.RunType) 601run = GetRun(index); 609if (index > 0 && GetRun(index - 1).RunType == RunType.Dirty) 623ITextPointer runPosition = GetRun(i).Position; 643if (index < _runList.Count && GetRun(index).RunType == RunType.Dirty) 659errorStart = GetRun(index).Position; 685run = GetRun(i); 722run = GetRun(i); 761position = GetRun(index + 1).Position.CreateStaticPointer(); 765Run run = GetRun(index); 779run = GetRun(index);