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)
73if (_isInheritable == null) 78return (bool)_isInheritable;