2 implementations of Suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
689
public IReadOnlyList<string>
Suggestions
System\Windows\Documents\WinRTSpellerInterop.cs (1)
977
public IReadOnlyList<string>
Suggestions
2 references to Suggestions
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
900
if(textSegment.
Suggestions
.Count > 0)
902
foreach(string suggestion in textSegment.
Suggestions
)