1 write to _suggestions
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (1)
90_suggestions = new List<string>();
3 references to _suggestions
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (3)
61return _suggestions.AsReadOnly(); 94_suggestions.AddRange(suggestions); 98_suggestions.Add(Replacement);