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