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