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