2 implementations of ISpellerSentence
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
820
private class SpellerSentence :
ISpellerSentence
, IDisposable
System\Windows\Documents\WinRTSpellerInterop.cs (1)
1050
private class SpellerSentence:
ISpellerSentence
2 references to ISpellerSentence
PresentationFramework (2)
System\Windows\Documents\Speller.cs (1)
984
private bool ScanRangeCheckTimeLimitCallback(SpellerInteropBase.
ISpellerSentence
sentence, object o)
System\Windows\Documents\SpellerInteropBase.cs (1)
21
internal delegate bool EnumSentencesCallback(
ISpellerSentence
sentence, object data);