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