1 write to _attributes
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (1)
37_attributes = attributes;
8 references to _attributes
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\AttributeTable.cs (8)
49get { return _attributes.AttributedTypes; } 58get { return _attributes; } 78return _attributes.ContainsAttributes(type); 94return _attributes.GetCustomAttributes(type); 115return _attributes.GetCustomAttributes(ownerType, descriptor); 136return _attributes.GetCustomAttributes(ownerType, dp); 157return _attributes.GetCustomAttributes(ownerType, member); 178return _attributes.GetCustomAttributes(ownerType, memberName);