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