2 writes to _speller
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
251_speller = new Speller(this); 257_speller = null;
7 references to _speller
PresentationFramework (7)
System\windows\Documents\TextEditor.cs (7)
248if (value && _speller == null) 253else if (!value && _speller != null) 256_speller.Detach(); 276if (_speller != null) 279_speller.SetCustomDictionaries(dictionarySources, add); 286_speller?.SetSpellingReform(spellingReform); 1107return _speller;