4 writes to ToolboxItem
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (4)
116
this.
ToolboxItem
= null;
135
this.
ToolboxItem
= null;
234
this.
ToolboxItem
= instance;
244
this.
ToolboxItem
= null;
7 references to ToolboxItem
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (3)
243
this.SelectedTool = toolWrapper != null ? toolWrapper.
ToolboxItem
: null;
396
if (null != tool && null != tool.
ToolboxItem
)
398
toolboxItem = tool.
ToolboxItem
;
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (4)
170
get { return this.
ToolboxItem
.Bitmap; }
177
return this.
ToolboxItem
!= null ? this.
ToolboxItem
.DisplayName : this.customDisplayName;
208
if (null != this.
ToolboxItem
)