1 write to type
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (1)
23this.type = type;
4 references to type
System.Data (4)
cdf\src\NetFx40\Tools\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);