1 instantiation of TypeInformationCacheData
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
2986
typeInformationCacheData = new
TypeInformationCacheData
(type.BaseType)
13 references to TypeInformationCacheData
PresentationFramework (13)
System\Windows\Markup\XamlTypeMapper.cs (13)
1905
TypeInformationCacheData
typeInfo = GetCachedInformationForType(ownerType);
2980
private
TypeInformationCacheData
GetCachedInformationForType(Type type)
2982
TypeInformationCacheData
typeInformationCacheData;
2983
typeInformationCacheData = _typeInformationCache[type] as
TypeInformationCacheData
;
3005
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3399
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);
3441
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3473
TypeInformationCacheData
typeData = GetCachedInformationForType(type) as
TypeInformationCacheData
;
3562
TypeInformationCacheData
typeData = GetCachedInformationForType(propType) as
TypeInformationCacheData
;
3726
TypeInformationCacheData
typeInformation = GetCachedInformationForType(t);