7 references to GetCachedInformationForType
PresentationFramework (7)
System\Windows\Markup\XamlTypeMapper.cs (7)
1912
TypeInformationCacheData typeInfo =
GetCachedInformationForType
(ownerType);
3008
TypeInformationCacheData typeInformation =
GetCachedInformationForType
(t);
3402
TypeInformationCacheData typeInformation =
GetCachedInformationForType
(t);
3444
TypeInformationCacheData typeData =
GetCachedInformationForType
(type) as TypeInformationCacheData;
3476
TypeInformationCacheData typeData =
GetCachedInformationForType
(type) as TypeInformationCacheData;
3565
TypeInformationCacheData typeData =
GetCachedInformationForType
(propType) as TypeInformationCacheData;
3729
TypeInformationCacheData typeInformation =
GetCachedInformationForType
(t);