2 writes to _mouseDragHitTest
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
114
_mouseDragHitTest
= hitTest;
197
_mouseDragHitTest
= 0;
9 references to _mouseDragHitTest
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\SelectionUIService.cs (9)
627
if (!((ISelectionUIService)this).Dragging && (
_mouseDragHitTest
& SelectionUIItem.MOVE_MASK) != 0)
653
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_X) != 0)
658
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_Y) != 0)
663
if ((
_mouseDragHitTest
& SelectionUIItem.SIZE_X) != 0)
665
if ((
_mouseDragHitTest
& SelectionUIItem.POS_LEFT) != 0)
676
if ((
_mouseDragHitTest
& SelectionUIItem.SIZE_Y) != 0)
678
if ((
_mouseDragHitTest
& SelectionUIItem.POS_TOP) != 0)
699
if ((
_mouseDragHitTest
& SelectionUIItem.MOVE_X) != 0 || (
_mouseDragHitTest
& SelectionUIItem.MOVE_Y) != 0)