2 writes to _suggestions
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
657
_suggestions
= suggestions.AsReadOnly();
689
_suggestions
= suggestions.AsReadOnly();
2 references to _suggestions
PresentationFramework (2)
src\Framework\System\Windows\Documents\NLGSpellerInterop.cs (2)
789
if (
_suggestions
== null)
794
return
_suggestions
;