26 references to GetRun
PresentationFramework (26)
System\Windows\Documents\SpellerStatusTable.cs (26)
92run = GetRun(index); 127run = GetRun(runIndex); 171return GetRun(index).RunType == runType; 204transitionPosition = GetRun(i).Position.CreateStaticPointer(); 214transitionPosition = GetRun(index).Position.CreateStaticPointer(); 254start = GetRun(index).Position; 274Run run = GetRun(index); 316run = GetRun(index); 345run = GetRun(index); 446run = GetRun(index); 470if (index > 0 && GetRun(index - 1).RunType == runType) 486if (index < _runList.Count - 1 && GetRun(index + 1).RunType == runType) 489GetRun(index + 1).Position = start; 533run = GetRun(index); 535if (index > 0 && GetRun(index - 1).RunType == run.RunType) 541if (index < _runList.Count - 1 && GetRun(index + 1).RunType == run.RunType) 600run = GetRun(index); 608if (index > 0 && GetRun(index - 1).RunType == RunType.Dirty) 622ITextPointer runPosition = GetRun(i).Position; 642if (index < _runList.Count && GetRun(index).RunType == RunType.Dirty) 658errorStart = GetRun(index).Position; 684run = GetRun(i); 721run = GetRun(i); 760position = GetRun(index + 1).Position.CreateStaticPointer(); 764Run run = GetRun(index); 778run = GetRun(index);