2 overrides of EnumTextSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
185
internal override int
EnumTextSegments
(char[] text, int count,
System\Windows\Documents\WinRTSpellerInterop.cs (1)
369
internal override int
EnumTextSegments
(char[] text, int count,
7 references to EnumTextSegments
PresentationFramework (7)
System\Windows\Documents\Speller.cs (5)
203
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
716
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
826
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
1143
_spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null,
1380
segmentCount = _spellerInterop.
EnumTextSegments
(textMap.Text, textMap.TextLength, null, null, null);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
152
/// Number of segments (i.e., words) returned by the call to <see cref="SpellerInteropBase.
EnumTextSegments
"/>
157
/// Each segment returned by <see cref="SpellerInteropBase.
EnumTextSegments
"/> is an <see cref="SpellerInteropBase.ITextRange"/>