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)
241
if (value &&
_speller
== null)
246
else if (!value &&
_speller
!= null)
249
_speller
.Detach();
269
if (
_speller
!= null)
272
_speller
.SetCustomDictionaries(dictionarySources, add);
279
_speller
?.SetSpellingReform(spellingReform);
1100
return
_speller
;