5 references to Error
PresentationFramework (5)
System\Windows\Documents\Speller.cs (2)
151
if (runType == SpellerStatusTable.RunType.
Error
)
161
if (runType == SpellerStatusTable.RunType.
Error
)
System\Windows\Documents\SpellerHighlightLayer.cs (1)
71
return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.
Error
);
System\Windows\Documents\SpellerStatusTable.cs (2)
140
run.RunType = RunType.
Error
;
146
_runList.Insert(runIndex + 1, new Run(start, RunType.
Error
));