2 writes to _speller
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
272
_speller
= new Speller(this);
278
_speller
= null;
8 references to _speller
PresentationFramework (8)
src\Framework\System\windows\Documents\TextEditor.cs (8)
269
if (value &&
_speller
== null)
274
else if (!value &&
_speller
!= null)
277
_speller
.Detach();
297
if (
_speller
!= null)
300
_speller
.SetCustomDictionaries(dictionarySources, add);
307
if (
_speller
!= null)
309
_speller
.SetSpellingReform(spellingReform);
1146
return
_speller
;