1 instantiation of TypeInformationCacheData
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3211typeInformationCacheData = new TypeInformationCacheData(type.BaseType);
13 references to TypeInformationCacheData
PresentationFramework (13)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (13)
2000TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3205private TypeInformationCacheData GetCachedInformationForType(Type type) 3207TypeInformationCacheData typeInformationCacheData; 3208typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3228TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3623TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3670TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3702TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3791TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3955TypeInformationCacheData typeInformation = GetCachedInformationForType(t);