1 write to _spellChecker
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
898
_spellChecker
= spellChecker;
2 references to _spellChecker
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
920
if (
_spellChecker
== null)
930
spellingErrors = Text != null ?
_spellChecker
.ComprehensiveCheck(Text) : null;