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