1 instantiation of NewItemTypesAttribute
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
469newItemTypesList.Add(new NewItemTypesAttribute(type));
8 references to NewItemTypesAttribute
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (7)
453public static List<NewItemTypesAttribute> GetNewItemTypesAttributes(ModelProperty property) 456List<NewItemTypesAttribute> newItemTypesList = new List<NewItemTypesAttribute>(); 458foreach (NewItemTypesAttribute newItemTypesAttribute in GetAttributes<NewItemTypesAttribute>(property)) 490List<NewItemTypesAttribute> attributes = GetNewItemTypesAttributes(modelProperty); 496foreach (NewItemTypesAttribute attribute in attributes)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\newitemtypesattribute.cs (1)
116typeId[0] = typeof(NewItemTypesAttribute);