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