In WFP applications drag and drop functionality is provided by subscribing several events. First of all you need LeftMouseButtonClick and MouseMove events in order to start Drag and Drop. This is accomplished by the following code: private void Window_MouseLeftButtonDown...