public Dictionary<Part,DraggingTool.Info> CopiedParts {get; set;}
Property Value
The value is aDictionary
mapping Northwoods.GoXam.Parts to DraggingTool.Infos holding dragging information about each part. This property is set when there is a control-drag from within the diagram (DoMouseMove or DoMouseUp) or when there is an external drag into this diagram (DoDragOver or DoDrop).