8 references to GetCache
System.ComponentModel.TypeConverter (8)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (3)
573IDictionary? cache = TypeDescriptor.GetCache(instance); 657IDictionary? cache = TypeDescriptor.GetCache(instance); 1238IDictionary? 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); 2376IDictionary? cache = GetCache(component);