2 writes to _suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
580
_suggestions
= suggestions.AsReadOnly();
612
_suggestions
= suggestions.AsReadOnly();
2 references to _suggestions
PresentationFramework (2)
System\Windows\Documents\NLGSpellerInterop.cs (2)
692
if (
_suggestions
== null)
697
return
_suggestions
;