3 writes to _mouseDragEnd
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (3)
1190
_mouseDragEnd
= InvalidPoint;
1302
_mouseDragEnd
= new Point(0, 0);
1340
_mouseDragEnd
= InvalidPoint;
9 references to _mouseDragEnd
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ComponentTray.cs (9)
1187
if (
_mouseDragEnd
!= InvalidPoint)
1189
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1296
if (
_mouseDragEnd
!= InvalidPoint)
1298
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1305
_mouseDragEnd
.X = e.X;
1306
_mouseDragEnd
.Y = e.Y;
1307
DrawRubber(_mouseDragStart,
_mouseDragEnd
);
1329
if (
_mouseDragEnd
!= InvalidPoint)
1331
DrawRubber(_mouseDragStart,
_mouseDragEnd
);