2 references to GetAttributes
System.Activities.Presentation (2)
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));