1 write to _suggestions
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (1)
89_suggestions = new List<string>();
3 references to _suggestions
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
60return _suggestions.AsReadOnly(); 93_suggestions.AddRange(suggestions); 97_suggestions.Add(Replacement);