2 writes to _mouseDragHitTest
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
111
_mouseDragHitTest
= hitTest;
191
_mouseDragHitTest
= 0;
9 references to _mouseDragHitTest
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\SelectionUIService.cs (9)
621
if (!((ISelectionUIService)this).Dragging && (
_mouseDragHitTest
& SelectionUIItem.MOVE_MASK) != 0)
647
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_X) != 0)
652
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_Y) != 0)
657
if ((
_mouseDragHitTest
& SelectionUIItem.SIZE_X) != 0)
659
if ((
_mouseDragHitTest
& SelectionUIItem.POS_LEFT) != 0)
670
if ((
_mouseDragHitTest
& SelectionUIItem.SIZE_Y) != 0)
672
if ((
_mouseDragHitTest
& SelectionUIItem.POS_TOP) != 0)
693
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_X) != 0 || (
_mouseDragHitTest
& SelectionUIItem.MOVE_Y) != 0)