1 instantiation of WinRTSpellerInterop
PresentationFramework (1)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
107spellerInterop = new WinRTSpellerInterop();
7 references to WinRTSpellerInterop
PresentationFramework (7)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (7)
526culture = WinRTSpellerInterop.TryParseLexiconCulture(line); 536WinRTSpellerInterop.CopyToUnicodeFile(lexiconFilePath, lexiconPrivateCopyStream); 941/// of <see cref="WinRTSpellerInterop"/> was created. This <see cref="Dispatcher"/> 987public SpellerSegment(WordSegment segment, SpellChecker spellChecker, WinRTSpellerInterop owner) 1118private WinRTSpellerInterop _owner; 1126public SpellerSentence(string sentence, WordsSegmenter wordBreaker, SpellChecker spellChecker, WinRTSpellerInterop owner) 1185private WinRTSpellerInterop _owner;