9 references to GetPropertyType
PresentationBuildTasks (9)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
558
Type propertyType = XamlTypeMapper.
GetPropertyType
(_setterOrTriggerPropertyInfo);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
580
Type propertyType = XamlTypeMapper.
GetPropertyType
(_setterOrTriggerPropertyMemberInfo);
Framework\System\Windows\Markup\XamlNodes.cs (2)
515
_validType = XamlTypeMapper.
GetPropertyType
(_propertyMember);
2295
_validType = XamlTypeMapper.
GetPropertyType
(_propertyMember);
Framework\System\Windows\Markup\XamlReaderHelper.cs (5)
261
Type contentPropertyType = XamlTypeMapper.
GetPropertyType
(context.ContentPropertyInfo);
880
Type propType = XamlTypeMapper.
GetPropertyType
(propertyMember);
3257
propType = XamlTypeMapper.
GetPropertyType
(dynamicObject);
3701
Type propertyType = XamlTypeMapper.
GetPropertyType
(dynamicObject);
4701
Type contentPropertyType = XamlTypeMapper.
GetPropertyType
(CurrentContext.ContentPropertyInfo);