Example #1
0
 bool IsCompatibleDropTargetFactory(IDropTargetFactory factory)
 {
     return(true);
 }
Example #2
0
 bool ISupportDragDrop.IsCompatibleDropTargetFactory(IDropTargetFactory factory, UIElement dropTargetElement)
 {
     return(factory is DragAndDropTargetFactory);
 }