2 implementations of ISpellerSentence
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
933
private class SpellerSentence :
ISpellerSentence
, IDisposable
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1124
private class SpellerSentence:
ISpellerSentence
2 references to ISpellerSentence
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (1)
1054
private bool ScanRangeCheckTimeLimitCallback(SpellerInteropBase.
ISpellerSentence
sentence, object o)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
17
internal delegate bool EnumSentencesCallback(
ISpellerSentence
sentence, object data);