Implemented interface member:
property
Segments
System.Windows.Documents.SpellerInteropBase.ISpellerSentence.Segments
6 references to Segments
PresentationFramework (6)
System\Windows\Documents\WinRTSpellerInterop.cs (6)
391segmentCount += sentence.Segments.Count; 395for (int i = 0; continueIteration && (i < sentence.Segments.Count); i++) 397continueIteration = segmentCallback(sentence.Segments[i], data); 1082if (Segments.Count > 0) 1084ITextRange textRange = Segments[Segments.Count - 1].TextRange;