1 write to _spellChecker
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
990
_spellChecker
= spellChecker;
2 references to _spellChecker
PresentationFramework (2)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (2)
1009
if (
_spellChecker
== null)
1019
spellingErrors =
_spellChecker
.ComprehensiveCheck(_segment.Text);