4 references to ToLower
mscorlib (1)
system\char.cs (1)
405return culture.TextInfo.ToLower(c);
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
2210input = this.culture.TextInfo.ToLower(input);
regex\system\text\regularexpressions\RegexBoyerMoore.cs (2)
238Debug.Assert(textinfo.ToLower(_pattern[i]) == _pattern[i], "pattern should be converted to lower case in constructor!"); 239if( textinfo.ToLower(text[index + i]) != _pattern[i]) {