5 references to Error
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (2)
160if (runType == SpellerStatusTable.RunType.Error) 170if (runType == SpellerStatusTable.RunType.Error)
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
74return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (2)
142run.RunType = RunType.Error; 148_runList.Insert(runIndex + 1, new Run(start, RunType.Error));