1 write to IsSpellCheckEnabled
PresentationFramework (1)
System\windows\Documents\TextEditorCharacters.cs (1)
426
This.
IsSpellCheckEnabled
= !This.IsSpellCheckEnabled;
4 references to IsSpellCheckEnabled
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (3)
1645
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
1646
This.SetCustomDictionaries(This.
IsSpellCheckEnabled
);
1665
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
System\windows\Documents\TextEditorCharacters.cs (1)
426
This.IsSpellCheckEnabled = !This.
IsSpellCheckEnabled
;