1 write to toolboxItem
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
87this.toolboxItem = value;
16 references to toolboxItem
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (16)
82get { return this.toolboxItem; } 85if (this.toolboxItem != value) 98return (null != this.toolboxItem); 107if (null != this.toolboxItem) 126if (null != this.toolboxItem) 294if (this.toolboxItem != null) 298this.toolboxItem.Bitmap = new Bitmap(this.BitmapName); 302Bitmap bitmap = GetBitmapFromResource(this.toolboxItem.TypeName); 305this.toolboxItem.Bitmap = bitmap; 311this.toolboxItem.Bitmap = CreateBitmapFromDrawingBrush(WorkflowDesignerIcons.Activities.DefaultCustomActivity); 315this.toolboxItem.Bitmap = CreateBitmapFromDrawingBrush(WorkflowDesignerIcons.Activities.ToolboxDefaultCustomActivity); 319this.toolboxItem.Bitmap = this.defaultBitmap; 327this.toolboxItem.Bitmap = this.defaultBitmap; 336if (null != this.toolboxItem) 340this.toolboxItem.DisplayName = this.customDisplayName; 344this.toolboxItem.DisplayName = this.defaultDisplayName;