2 writes to _allowsMultiple
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeData.cs (2)
85_allowsMultiple = false; 95_allowsMultiple = usageAttribute.AllowMultiple;
2 references to _allowsMultiple
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\AttributeData.cs (2)
56if (_allowsMultiple == null) 61return (bool)_allowsMultiple;