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