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)
247
if (value &&
_speller
== null)
252
else if (!value &&
_speller
!= null)
255
_speller
.Detach();
275
if (
_speller
!= null)
278
_speller
.SetCustomDictionaries(dictionarySources, add);
285
_speller
?.SetSpellingReform(spellingReform);
1106
return
_speller
;