1 write to IsSpellCheckEnabled
PresentationFramework (1)
System\windows\Documents\TextEditorCharacters.cs (1)
442
This.
IsSpellCheckEnabled
= !This.IsSpellCheckEnabled;
4 references to IsSpellCheckEnabled
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (3)
1651
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
1652
This.SetCustomDictionaries(This.
IsSpellCheckEnabled
);
1671
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
System\windows\Documents\TextEditorCharacters.cs (1)
442
This.IsSpellCheckEnabled = !This.
IsSpellCheckEnabled
;