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