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