2 implementations of Suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
693
public IReadOnlyList<string>
Suggestions
System\Windows\Documents\WinRTSpellerInterop.cs (1)
988
public IReadOnlyList<string>
Suggestions
2 references to Suggestions
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
907
if(textSegment.
Suggestions
.Count > 0)
909
foreach(string suggestion in textSegment.
Suggestions
)