3 writes to IsProtectedAttributeAllowed
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
431XamlTypeMapper.IsProtectedAttributeAllowed = false; 455XamlTypeMapper.IsProtectedAttributeAllowed = true; 652XamlTypeMapper.IsProtectedAttributeAllowed = false;
1 reference to IsProtectedAttributeAllowed
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
1155if (checkProtected && IsProtectedAttributeAllowed)