2 writes to cachedFoundProperties
System (2)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (2)
183
cachedFoundProperties
= null;
247
cachedFoundProperties
= new HybridDictionary(ignoreCase);
6 references to cachedFoundProperties
System (6)
compmod\system\componentmodel\PropertyDescriptorCollection.cs (6)
245
if (
cachedFoundProperties
== null || cachedIgnoreCase != ignoreCase) {
252
object cached =
cachedFoundProperties
[name];
265
cachedFoundProperties
[name] = properties[i];
272
cachedFoundProperties
[name] = properties[i];
564
if (
cachedFoundProperties
!= null && key is string) {
565
cachedFoundProperties
[key] = value;