src\Framework\System\Windows\Documents\Speller.cs (7)
225_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null,
783_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null,
898_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, new SpellerInteropBase.EnumSentencesCallback(ScanRangeCheckTimeLimitCallback),
921"textMap TextLength = " + textMap.TextLength + " text = " + new string(textMap.Text) + "\n" +
1022Array.Copy(data.TextMap.Text, sTextRange.Start, word, 0, sTextRange.Length);
1218_spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null,
1460segmentCount = _spellerInterop.EnumTextSegments(textMap.Text, textMap.TextLength, null, null, null);