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