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