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)
248
if (value &&
_speller
== null)
253
else if (!value &&
_speller
!= null)
256
_speller
.Detach();
276
if (
_speller
!= null)
279
_speller
.SetCustomDictionaries(dictionarySources, add);
286
_speller
?.SetSpellingReform(spellingReform);
1107
return
_speller
;