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