2 writes to _speller
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
250_speller = new Speller(this); 256_speller = null;
7 references to _speller
PresentationFramework (7)
System\windows\Documents\TextEditor.cs (7)
247if (value && _speller == null) 252else if (!value && _speller != null) 255_speller.Detach(); 275if (_speller != null) 278_speller.SetCustomDictionaries(dictionarySources, add); 285_speller?.SetSpellingReform(spellingReform); 1106return _speller;