2 writes to _speller
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
262_speller = new Speller(this); 268_speller = null;
8 references to _speller
PresentationFramework (8)
System\windows\Documents\TextEditor.cs (8)
259if (value && _speller == null) 264else if (!value && _speller != null) 267_speller.Detach(); 287if (_speller != null) 290_speller.SetCustomDictionaries(dictionarySources, add); 297if (_speller != null) 299_speller.SetSpellingReform(spellingReform); 1119return _speller;