Example #1
0
 private static PointDouble GetMouseCapturePoint(PaintDotNet.UI.FrameworkElement target) =>
 ((PointDouble)target.GetValue(MouseCapturePointProperty));
Example #2
0
 public static bool GetIsDragging(PaintDotNet.UI.FrameworkElement target) =>
 ((bool)target.GetValue(IsDraggingProperty));
Example #3
0
 public static bool GetIsPressed(PaintDotNet.UI.FrameworkElement target) =>
 ((bool)target.GetValue(IsPressedProperty));
Example #4
0
 public static bool GetAllowDrag(PaintDotNet.UI.FrameworkElement target) =>
 ((bool)target.GetValue(AllowDragProperty));