2 references to ToList
PresentationFramework (2)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (2)
331
return (errors != null) ? errors.
ToList
(this, text, false, true) : null;
359
return (errors != null) ? errors.
ToList
(this, text, false, true) : null;