1 write to IsSpellCheckEnabled
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
444
This.
IsSpellCheckEnabled
= !This.IsSpellCheckEnabled;
4 references to IsSpellCheckEnabled
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditor.cs (3)
1684
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
1685
This.SetCustomDictionaries(This.
IsSpellCheckEnabled
);
1704
This.SetSpellCheckEnabled(This.
IsSpellCheckEnabled
);
src\Framework\System\windows\Documents\TextEditorCharacters.cs (1)
444
This.IsSpellCheckEnabled = !This.
IsSpellCheckEnabled
;