1 write to _ignoredWordsList
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
240
_ignoredWordsList
= new ArrayList(1);
5 references to _ignoredWordsList
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (5)
238
if (
_ignoredWordsList
== null)
243
int index =
_ignoredWordsList
.BinarySearch(word, new CaseInsensitiveComparer(_defaultCulture));
250
_ignoredWordsList
.Insert(~index, word);
1510
if (
_ignoredWordsList
!= null)
1512
isIgnoredWord =
_ignoredWordsList
.BinarySearch(new string(word), new CaseInsensitiveComparer(_defaultCulture)) >= 0;