2 instantiations of SpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
636subSegments.Add(new SpellerSegment(subSegment)); 844segments.Add(new SpellerSegment(textSegment));
2 references to SpellerSegment
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
753foreach (SpellerSegment subSegment in _subSegments) 908foreach (SpellerSegment segment in _segments)