1 type derived from NewItemFactory
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
613sealed class NullItemFactory : NewItemFactory
1 instantiation of NewItemFactory
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
496NewItemFactoryTypeModel defaultItemFactoryTypeModel = new NewItemFactoryTypeModel(defaultItemType, new NewItemFactory());
11 references to NewItemFactory
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (4)
462if (newItemTypesAttribute.FactoryType == typeof(NewItemFactory)) 498NewItemFactory factory = (NewItemFactory)Activator.CreateInstance(attribute.FactoryType); 505if (attribute.FactoryType == typeof(NewItemFactory))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (4)
17private NewItemFactory factory; 21public NewItemFactoryTypeModel(Type type, NewItemFactory factory) 29public NewItemFactoryTypeModel(Type type, NewItemFactory factory, IMessageLogger exceptionLogger) : this(type, factory) 71public NewItemFactory ItemFactory
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\newitemtypesattribute.cs (3)
34_factoryType = typeof(NewItemFactory); 49_factoryType = typeof(NewItemFactory); 94if (!typeof(NewItemFactory).IsAssignableFrom(value))