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