12 references to Clean
PresentationFramework (12)
System\Windows\Documents\SpellerStatusTable.cs (12)
109
MarkRange(start, end, RunType.
Clean
);
132
Invariant.Assert(run.RunType == RunType.
Clean
);
153
_runList.Insert(runIndex + 1, new Run(end, RunType.
Clean
));
267
runType = RunType.
Clean
;
319
if (run.RunType == RunType.
Clean
|| run.RunType == RunType.Dirty)
389
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
442
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
446
oppositeRunType = (runType == RunType.
Clean
) ? RunType.Dirty : RunType.
Clean
;
681
previousRunType = RunType.
Clean
;
724
if (run.RunType == RunType.
Clean
)
781
return run.RunType != RunType.
Clean
&& run.RunType != RunType.Dirty;