2 implementations of SubSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (1)
725public IReadOnlyList<ISpellerSegment> SubSegments
src\Framework\System\Windows\Documents\WinRTSpellerInterop.cs (1)
1049public IReadOnlyList<ISpellerSegment> SubSegments
2 references to SubSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
972if (textSegment.SubSegments.Count == 0) 1028if (textSegment.SubSegments.Count == 0)