2 writes to desiredSize
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (2)
25this.desiredSize = new Size(0, 0); 68set { this.desiredSize = value; }
2 references to desiredSize
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\NewItemFactoryTypeModel.cs (2)
48object image = this.factory.GetImage(this.type, this.desiredSize); 67get { return this.desiredSize; }