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,
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,
1372
segmentCount = _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"/>