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