3 references to GetDeclaringType
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlNodes.cs (2)
498
_declaringType = XamlTypeMapper.
GetDeclaringType
(_propertyMember);
2278
_declaringType = XamlTypeMapper.
GetDeclaringType
(_propertyMember);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4616
Type propertyDeclaringType = XamlTypeMapper.
GetDeclaringType
(contentPropertyInfo);