2 implementations of Suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (1)
693public IReadOnlyList<string> Suggestions
System\Windows\Documents\WinRTSpellerInterop.cs (1)
988public IReadOnlyList<string> Suggestions
2 references to Suggestions
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
907if(textSegment.Suggestions.Count > 0) 909foreach(string suggestion in textSegment.Suggestions)