5 writes to RunType
PresentationFramework (5)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (5)
142
run.
RunType
= RunType.Error;
466
run.
RunType
= runType;
480
run.
RunType
= runType;
518
run.
RunType
= runType;
609
run.
RunType
= RunType.Dirty; //
21 references to RunType
PresentationFramework (21)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (21)
97
if (run.
RunType
== RunType.Dirty)
134
Invariant.Assert(run.
RunType
== RunType.Clean);
174
return GetRun(index).
RunType
== runType;
279
runType = run.
RunType
;
321
if (run.
RunType
== RunType.Clean || run.
RunType
== RunType.Dirty)
451
if (run.
RunType
== runType)
456
else if (run.
RunType
== oppositeRunType)
473
if (index > 0 && GetRun(index - 1).
RunType
== runType)
489
if (index < _runList.Count - 1 && GetRun(index + 1).
RunType
== runType)
538
if (index > 0 && GetRun(index - 1).
RunType
== run.
RunType
)
544
if (index < _runList.Count - 1 && GetRun(index + 1).
RunType
== run.
RunType
)
605
if (run.
RunType
!= RunType.Dirty)
611
if (index > 0 && GetRun(index - 1).
RunType
== RunType.Dirty)
645
if (index < _runList.Count && GetRun(index).
RunType
== RunType.Dirty)
706
Invariant.Assert(i == 0 || previousRunType != run.
RunType
, "Found consecutive dirty/dirt or clean/clean runs!");
709
previousRunType = run.
RunType
;
784
return run.
RunType
!= RunType.Clean && run.
RunType
!= RunType.Dirty;