3 references to _extenderPropertiesKey
System (3)
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (3)
500
properties = cache[
_extenderPropertiesKey
] as PropertyDescriptorCollection;
561
cache[
_extenderPropertiesKey
] = properties;
724
cache.Remove(
_extenderPropertiesKey
);