7 references to GetCachedInformationForType
PresentationFramework (7)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (7)
2000TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3228TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3623TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3670TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3702TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3791TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3955TypeInformationCacheData typeInformation = GetCachedInformationForType(t);