2 overrides of EnumTextSegments
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
181internal override int EnumTextSegments(char[] text, int count,
System\Windows\Documents\WinRTSpellerInterop.cs (1)
361internal override int EnumTextSegments(char[] text, int count,
7 references to EnumTextSegments
PresentationFramework (7)
System\Windows\Documents\Speller.cs (5)
199_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 712_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 822_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback), 1139_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, 1376segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
151/// Number of segments (i.e., words) returned by the call to <see cref="SpellerInteropBase.EnumTextSegments"/> 156/// Each segment returned by <see cref="SpellerInteropBase.EnumTextSegments"/> is an <see cref="SpellerInteropBase.ITextRange"/>