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