Implemented interface member:
property
Segments
System.Windows.Documents.SpellerInteropBase.ISpellerSentence.Segments
6 references to Segments
PresentationFramework (6)
System\Windows\Documents\NLGSpellerInterop.cs (6)
234
segmentCount += sentence.
Segments
.Count;
239
for (int i = 0; continueIteration && (i < sentence.
Segments
.Count); i++ )
241
continueIteration = segmentCallback(sentence.
Segments
[i], data);
879
if (
Segments
.Count > 0)
881
ITextRange textRange =
Segments
[
Segments
.Count - 1].TextRange;