Property | Type | Description | |
---|---|---|---|
AdornerLayerProperty | |||
DragDropControlProperty | |||
DropTargetProperty | |||
IsDragSourceProperty |
Property | Type | Description | |
---|---|---|---|
DragSource_PreviewMouseLeftButtonDown | void | ||
DragSource_PreviewMouseLeftButtonUp | void | ||
DragSource_PreviewMouseMove | void | ||
IsDragSourceChanged | void | ||
_adorner_MouseMove | void | ||
_adorner_MouseUp | void |
Method | Description | |
---|---|---|
FindAncestor ( |
||
GetAdornerLayer ( |
||
GetDragDropControl ( |
||
GetDropTarget ( |
||
GetIsDragSource ( |
||
IsMovementBigEnough ( Point initialMousePosition, Point currentPosition ) : bool | ||
SetAdornerLayer ( |
||
SetDragDropControl ( |
||
SetDropTarget ( |
||
SetIsDragSource ( |
Method | Description | |
---|---|---|
DragSource_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
DragSource_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
DragSource_PreviewMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
IsDragSourceChanged ( |
||
_adorner_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void | ||
_adorner_MouseUp ( object sender, System.Windows.Input.MouseEventArgs e ) : void |
public static FindAncestor ( |
||
ancestorType | ||
visual | Visual | |
return |
public static GetAdornerLayer ( |
||
obj | ||
return | string |
public static GetDragDropControl ( |
||
obj | ||
return | UIElement |
public static GetDropTarget ( |
||
obj | ||
return | string |
public static GetIsDragSource ( |
||
obj | ||
return | bool |
public static IsMovementBigEnough ( Point initialMousePosition, Point currentPosition ) : bool | ||
initialMousePosition | Point | |
currentPosition | Point | |
return | bool |
public static SetAdornerLayer ( |
||
obj | ||
value | string | |
return | void |
public static SetDragDropControl ( |
||
obj | ||
value | UIElement | |
return | void |
public static SetDropTarget ( |
||
obj | ||
value | string | |
return | void |
public static SetIsDragSource ( |
||
obj | ||
value | bool | |
return | void |
public static DependencyProperty,System.Windows AdornerLayerProperty | ||
return |
public static DependencyProperty,System.Windows DragDropControlProperty | ||
return |
public static DependencyProperty,System.Windows DropTargetProperty | ||
return |