3 references to FactoryType
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (3)
462if (newItemTypesAttribute.FactoryType == typeof(NewItemFactory)) 498NewItemFactory factory = (NewItemFactory)Activator.CreateInstance(attribute.FactoryType); 505if (attribute.FactoryType == typeof(NewItemFactory))