bool IsCompatibleDropTargetFactory(IDropTargetFactory factory) { return(true); }
bool ISupportDragDrop.IsCompatibleDropTargetFactory(IDropTargetFactory factory, UIElement dropTargetElement) { return(factory is DragAndDropTargetFactory); }