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)
60
return
_suggestions
.AsReadOnly();
93
_suggestions
.AddRange(suggestions);
97
_suggestions
.Add(Replacement);