3 writes to _mouseDragEnd
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
1181
_mouseDragEnd
= InvalidPoint;
1293
_mouseDragEnd
= new Point(0, 0);
1331
_mouseDragEnd
= InvalidPoint;
9 references to _mouseDragEnd
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ComponentTray.cs (9)
1178
if (
_mouseDragEnd
!= InvalidPoint)
1180
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1287
if (
_mouseDragEnd
!= InvalidPoint)
1289
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1296
_mouseDragEnd
.X = e.X;
1297
_mouseDragEnd
.Y = e.Y;
1298
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1320
if (
_mouseDragEnd
!= InvalidPoint)
1322
DrawRubber(_mouseDragStart,
_mouseDragEnd
);