1 instantiation of SpellerSegment
PresentationFramework (1)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1147segments.Add(new SpellerSegment(wordSegment, _spellChecker, _owner));
4 references to SpellerSegment
PresentationFramework (4)
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (4)
1053return SpellerSegment._empty; 1143List<SpellerSegment> segments = new List<SpellerSegment>(); 1178private IReadOnlyList<SpellerSegment> _segments;