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