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