11 references to Clean
PresentationFramework (11)
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (11)
111
MarkRange(start, end, RunType.
Clean
);
134
Invariant.Assert(run.RunType == RunType.
Clean
);
155
_runList.Insert(runIndex + 1, new Run(end, RunType.
Clean
));
269
runType = RunType.
Clean
;
321
if (run.RunType == RunType.
Clean
|| run.RunType == RunType.Dirty)
391
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
444
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
448
oppositeRunType = (runType == RunType.
Clean
) ? RunType.Dirty : RunType.
Clean
;
683
previousRunType = RunType.
Clean
;
784
return run.RunType != RunType.
Clean
&& run.RunType != RunType.Dirty;