2 instantiations of SpellerSegment
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
712subSegments.Add(new SpellerSegment(subSegment)); 961segments.Add(new SpellerSegment(textSegment));
2 references to SpellerSegment
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
862foreach (SpellerSegment subSegment in _subSegments) 1033foreach (SpellerSegment segment in _segments)