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)
917if (_spellChecker == null) 927spellingErrors = Text != null ? _spellChecker.ComprehensiveCheck(Text) : null;