1 instantiation of TypeInformationCacheData
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
2991
typeInformationCacheData = new
TypeInformationCacheData
(type.BaseType);
13 references to TypeInformationCacheData
PresentationFramework (13)
System\Windows\Markup\XamlTypeMapper.cs (13)
1912
TypeInformationCacheData
typeInfo = GetCachedInformationForType(ownerType);
2985
private
TypeInformationCacheData
GetCachedInformationForType(Type type)
2987
TypeInformationCacheData
typeInformationCacheData;
2988
typeInformationCacheData = _typeInformationCache[type] as
TypeInformationCacheData
;
3008
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3402
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3444
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3476
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3565
TypeInformationCacheData
typeData = GetCachedInformationForType(propType) as
TypeInformationCacheData
;
3729
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);