7 references to GetCachedInformationForType
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (7)
1912TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 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);