2 overrides of EnumTextSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
180
internal override int
EnumTextSegments
(char[] text, int count,
System\Windows\Documents\WinRTSpellerInterop.cs (1)
360
internal override int
EnumTextSegments
(char[] text, int count,
5 references to EnumTextSegments
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
195
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
705
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
815
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1132
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
1369
segmentCount = _spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null, null, null);