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