2 overrides of EnumTextSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
209
internal override int
EnumTextSegments
(char[] text, int count,
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
423
internal override int
EnumTextSegments
(char[] text, int count,
5 references to EnumTextSegments
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (5)
225
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
783
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
898
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1218
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
1460
segmentCount = _spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null, null, null);