9 references to GetPropertyType
PresentationBuildTasks (9)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
558Type propertyType = XamlTypeMapper.GetPropertyType(_setterOrTriggerPropertyInfo);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
580Type 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)
261Type contentPropertyType = XamlTypeMapper.GetPropertyType(context.ContentPropertyInfo); 880Type propType = XamlTypeMapper.GetPropertyType(propertyMember); 3257propType = XamlTypeMapper.GetPropertyType(dynamicObject); 3701Type propertyType = XamlTypeMapper.GetPropertyType(dynamicObject); 4701Type contentPropertyType = XamlTypeMapper.GetPropertyType(CurrentContext.ContentPropertyInfo);