7 references to GetCachedInformationForType
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (7)
1910TypeInformationCacheData typeInfo = GetCachedInformationForType(ownerType); 3006TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3400TypeInformationCacheData typeInformation = GetCachedInformationForType(t); 3442TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3474TypeInformationCacheData typeData = GetCachedInformationForType(type) as TypeInformationCacheData; 3563TypeInformationCacheData typeData = GetCachedInformationForType(propType) as TypeInformationCacheData; 3727TypeInformationCacheData typeInformation = GetCachedInformationForType(t);