3 writes to _mouseDragEnd
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
1196
_mouseDragEnd
= InvalidPoint;
1308
_mouseDragEnd
= new Point(0, 0);
1346
_mouseDragEnd
= InvalidPoint;
9 references to _mouseDragEnd
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ComponentTray.cs (9)
1193
if (
_mouseDragEnd
!= InvalidPoint)
1195
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1302
if (
_mouseDragEnd
!= InvalidPoint)
1304
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1311
_mouseDragEnd
.X = e.X;
1312
_mouseDragEnd
.Y = e.Y;
1313
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1335
if (
_mouseDragEnd
!= InvalidPoint)
1337
DrawRubber(_mouseDragStart,
_mouseDragEnd
);