2 writes to _isInheritable
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeData.cs (2)
84
_isInheritable
= false;
94
_isInheritable
= usageAttribute.Inherited;
2 references to _isInheritable
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeData.cs (2)
73
if (
_isInheritable
== null)
78
return (bool)
_isInheritable
;