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)
1627
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
1628
This.SetCustomDictionaries(This.
IsSpellCheckEnabled
);
1647
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
System\windows\Documents\TextEditorCharacters.cs (1)
426
This.IsSpellCheckEnabled = !This.
IsSpellCheckEnabled
;