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)
61
return
_suggestions
.AsReadOnly();
94
_suggestions
.AddRange(suggestions);
98
_suggestions
.Add(Replacement);