25 references to GetRun
PresentationFramework (25)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (25)
95run = GetRun(index); 130run = GetRun(runIndex); 174return GetRun(index).RunType == runType; 207transitionPosition = GetRun(i).Position.CreateStaticPointer(); 217transitionPosition = GetRun(index).Position.CreateStaticPointer(); 257start = GetRun(index).Position; 277Run run = GetRun(index); 319run = GetRun(index); 348run = GetRun(index); 449run = GetRun(index); 473if (index > 0 && GetRun(index - 1).RunType == runType) 489if (index < _runList.Count - 1 && GetRun(index + 1).RunType == runType) 492GetRun(index + 1).Position = start; 536run = GetRun(index); 538if (index > 0 && GetRun(index - 1).RunType == run.RunType) 544if (index < _runList.Count - 1 && GetRun(index + 1).RunType == run.RunType) 603run = GetRun(index); 611if (index > 0 && GetRun(index - 1).RunType == RunType.Dirty) 625ITextPointer runPosition = GetRun(i).Position; 645if (index < _runList.Count && GetRun(index).RunType == RunType.Dirty) 661errorStart = GetRun(index).Position; 687run = GetRun(i); 764position = GetRun(index + 1).Position.CreateStaticPointer(); 768Run run = GetRun(index); 782run = GetRun(index);