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)
198_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 708_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 818_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1135_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1372segmentCount = _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"/>