|
|
|
@ -32,14 +32,6 @@ namespace ICSharpCode.WpfDesign.Designer.Controls
@@ -32,14 +32,6 @@ namespace ICSharpCode.WpfDesign.Designer.Controls
|
|
|
|
|
{ |
|
|
|
|
public class RotateThumb : ResizeThumb |
|
|
|
|
{ |
|
|
|
|
// private double initialAngle;
|
|
|
|
|
// private RotateTransform rotateTransform;
|
|
|
|
|
// private Vector startVector;
|
|
|
|
|
// private Point centerPoint;
|
|
|
|
|
// private Control designerItem;
|
|
|
|
|
// private Panel canvas;
|
|
|
|
|
// private AdornerPanel parent;
|
|
|
|
|
|
|
|
|
|
static RotateThumb() |
|
|
|
|
{ |
|
|
|
|
DefaultStyleKeyProperty.OverrideMetadata(typeof(RotateThumb), new FrameworkPropertyMetadata(typeof(RotateThumb))); |
|
|
|
|