5 references to IsAllowedPropertyGet
PresentationBuildTasks (5)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
456if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
513if (!XamlTypeMapper.IsAllowedPropertyGet(pi))
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
3921if (!XamlTypeMapper.IsAllowedPropertyGet(pi)) 4071if (pi != null && !propertyCanWrite && !XamlTypeMapper.IsAllowedPropertyGet(pi)) 4591allowed = XamlTypeMapper.IsAllowedPropertyGet(pi);