12 references to Clean
PresentationFramework (12)
System\Windows\Documents\SpellerStatusTable.cs (12)
108
MarkRange(start, end, RunType.
Clean
);
131
Invariant.Assert(run.RunType == RunType.
Clean
);
152
_runList.Insert(runIndex + 1, new Run(end, RunType.
Clean
));
266
runType = RunType.
Clean
;
318
if (run.RunType == RunType.
Clean
|| run.RunType == RunType.Dirty)
388
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
441
Invariant.Assert(runType == RunType.
Clean
|| runType == RunType.Dirty);
445
oppositeRunType = (runType == RunType.
Clean
) ? RunType.Dirty : RunType.
Clean
;
680
previousRunType = RunType.
Clean
;
723
if (run.RunType == RunType.
Clean
)
780
return run.RunType != RunType.
Clean
&& run.RunType != RunType.Dirty;