7 references to GetCachedInformationForType
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (7)
1905TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3005TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3399TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3441TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3473TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3562TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3726TypeInformationCacheData typeInformation = GetCachedInformationForType(t);