2 writes to Type
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (2)
239this.Type = discoveredToolType; 245this.Type = null;
2 references to Type
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
361dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName); 381dataObject.SetData(DragDropHelper.WorkflowItemTypeNameFormat, toolWrapper.Type.AssemblyQualifiedName);