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