2 overrides of EnumTextSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
180internal override int EnumTextSegments(char[] text, int count,
System\Windows\Documents\WinRTSpellerInterop.cs (1)
360internal override int EnumTextSegments(char[] text, int count,
7 references to EnumTextSegments
PresentationFramework (7)
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, 1369segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
150/// Number of segments (i.e., words) returned by the call to <see cref="SpellerInteropBase.EnumTextSegments"/> 155/// Each segment returned by <see cref="SpellerInteropBase.EnumTextSegments"/> is an <see cref="SpellerInteropBase.ITextRange"/>