1 write to type
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (1)
23this.type = type;
4 references to type
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (4)
36get { return this.factory.GetDisplayName(this.type); } 41get { return this.type; } 48object image = this.factory.GetImage(this.type, this.desiredSize); 78return this.factory.CreateInstance(this.type);