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