2 writes to _isProtectedAttributeAllowed
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
4112set { _isProtectedAttributeAllowed = value; } 4121_isProtectedAttributeAllowed = false;
1 reference to _isProtectedAttributeAllowed
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
4111get { return _isProtectedAttributeAllowed; }