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