(object sender, System.Windows.Input.MouseButtonEventArgs e)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected