4 references to GetCachedInformationForType
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
2000TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3670TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3752TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3955TypeInformationCacheData typeInformation = GetCachedInformationForType(t);