2 writes to _speller
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
244_speller = new Speller(this); 250_speller = null;
7 references to _speller
PresentationFramework (7)
System\windows\Documents\TextEditor.cs (7)
241if (value && _speller == null) 246else if (!value && _speller != null) 249_speller.Detach(); 269if (_speller != null) 272_speller.SetCustomDictionaries(dictionarySources, add); 279_speller?.SetSpellingReform(spellingReform); 1100return _speller;