Beispiel #1
0
 private DragDropEffects GetDragEffects(NodeSource nodeSource)
 {
     return _node != null ? DragDropEffects.Move : DragDropEffects.None;
 }
 private DragDropEffects GetDragEffects(NodeSource nodeSource)
 {
     return(_node != null ? DragDropEffects.Move : DragDropEffects.None);
 }
Beispiel #3
0
 private static object GetData(NodeSource nodeSource)
 {
     return nodeSource._node;
 }
 private static object GetData(NodeSource nodeSource)
 {
     return(nodeSource._node);
 }