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