12 references to Clean
PresentationFramework (12)
System\Windows\Documents\SpellerStatusTable.cs (12)
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
;
726
if (run.RunType == RunType.
Clean
)
783
return run.RunType != RunType.
Clean
&& run.RunType != RunType.Dirty;