1 instantiation of TypeInformationCacheData
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
2999typeInformationCacheData = new TypeInformationCacheData(type.BaseType);
13 references to TypeInformationCacheData
PresentationFramework (13)
System\Windows\Markup\XamlTypeMapper.cs (13)
1920TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 2993private TypeInformationCacheData GetCachedInformationForType(Type type) 2995TypeInformationCacheData typeInformationCacheData; 2996typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3016TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3410TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3452TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3484TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3573TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3737TypeInformationCacheData typeInformation = GetCachedInformationForType(t);