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