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