MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / MouseDragMove

Method MouseDragMove

loader/MainWindow.xaml.cs:74–80  ·  view source on GitHub ↗
(object sender, System.Windows.Input.MouseButtonEventArgs e)

Source from the content-addressed store, hash-verified

72 }
73
74 private void MouseDragMove(object sender, System.Windows.Input.MouseButtonEventArgs e)
75 {
76 if (e.Source is TabControl && e.LeftButton == System.Windows.Input.MouseButtonState.Pressed)
77 {
78 DragMove();
79 }
80 }
81 }
82}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected