1 write to toolType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
200this.toolType = value;
2 references to toolType
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (2)
194get { return this.toolType; } 197bool isChanged = !Type.Equals(this.toolType, value);