2 writes to _speller
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
272_speller = new Speller(this); 278_speller = null;
8 references to _speller
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditor.cs (8)
269if (value && _speller == null) 274else if (!value && _speller != null) 277_speller.Detach(); 297if (_speller != null) 300_speller.SetCustomDictionaries(dictionarySources, add); 307if (_speller != null) 309_speller.SetSpellingReform(spellingReform); 1146return _speller;