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