4 references to GetCachedInformationForType
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
2000
TypeInformationCacheData typeInfo =
GetCachedInformationForType
(ownerType);
3670
TypeInformationCacheData typeData =
GetCachedInformationForType
(type) as TypeInformationCacheData;
3752
TypeInformationCacheData typeData =
GetCachedInformationForType
(propType) as TypeInformationCacheData;
3955
TypeInformationCacheData typeInformation =
GetCachedInformationForType
(t);