public VortexObjectDataTemplate()
 {
     dragDropPublisher = new DragDropPublisher(this);
 }
Example #2
0
 public TreeItemTemplate()
 {
     Dragdrop = new DragDropPublisher(this);
 }
Example #3
0
 public ValueTag()
 {
     dragdrop = new DragDropPublisher(this);
 }