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