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