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