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