2 references to GetAttributes
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (2)
867return GetAttributes<T>(property == null ? null : property.Attributes); 872return GetAttributes<T>(type == null ? null : TypeDescriptor.GetAttributes(type));