8 references to GetCache
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (3)
572IDictionary? cache = TypeDescriptor.GetCache(instance); 653IDictionary? cache = TypeDescriptor.GetCache(instance); 1234IDictionary? cache = TypeDescriptor.GetCache(provider);
System\ComponentModel\TypeDescriptor.cs (5)
769IDictionary? cache = GetCache(component); 1246IDictionary? cache = GetCache(component); 1503IDictionary? cache = GetCache(component); 1573IDictionary? cache = GetCache(component); 2372IDictionary? cache = GetCache(component);