2 implementations of Suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
688public IReadOnlyList<string> Suggestions
System\Windows\Documents\WinRTSpellerInterop.cs (1)
976public IReadOnlyList<string> Suggestions
2 references to Suggestions
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
899if(textSegment.Suggestions.Count > 0) 901foreach(string suggestion in textSegment.Suggestions)