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