1 instantiation of TypeInformationCacheData
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
2987
typeInformationCacheData = new
TypeInformationCacheData
(type.BaseType)
13 references to TypeInformationCacheData
PresentationFramework (13)
System\Windows\Markup\XamlTypeMapper.cs (13)
1906
TypeInformationCacheData
typeInfo = GetCachedInformationForType(ownerType);
2981
private
TypeInformationCacheData
GetCachedInformationForType(Type type)
2983
TypeInformationCacheData
typeInformationCacheData;
2984
typeInformationCacheData = _typeInformationCache[type] as
TypeInformationCacheData
;
3006
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3400
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3442
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3474
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3563
TypeInformationCacheData
typeData = GetCachedInformationForType(propType) as
TypeInformationCacheData
;
3727
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);