7 references to GetCachedInformationForType
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (7)
1920TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3016TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3410TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3452TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3484TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3573TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3737TypeInformationCacheData typeInformation = GetCachedInformationForType(t);