4 references to WordBreaking
PresentationFramework (4)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
445else if (_mode.HasFlag(SpellerMode.WordBreaking))
src\Framework\System\Windows\Documents\Speller.cs (2)
775_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking; 1189_spellerInterop.Mode = SpellerInteropBase.SpellerMode.WordBreaking;
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
84All = WordBreaking | SpellingErrorsWithSuggestions,