private void TextureView_ItemDrag(object sender, ItemDragEventArgs e) { TextureView.DoDragDrop(e.Item, DragDropEffects.Move); }