Exemple #1
0
 public bool CanStartDrag()
 {
     return(!SourceItems.OfType <CmdProject>().Any());
 }
 public bool CanStartDrag()
 {
     return(DirectVisualSourceItem?.Item != null &&
            !SourceItems.OfType <CmdProject>().Any());
 }