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