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)
627if (!((ISelectionUIService)this).Dragging && (_mouseDragHitTest & SelectionUIItem.MOVE_MASK) != 0) 653if ((_mouseDragHitTest & SelectionUIItem.MOVE_X) != 0) 658if ((_mouseDragHitTest & SelectionUIItem.MOVE_Y) != 0) 663if ((_mouseDragHitTest & SelectionUIItem.SIZE_X) != 0) 665if ((_mouseDragHitTest & SelectionUIItem.POS_LEFT) != 0) 676if ((_mouseDragHitTest & SelectionUIItem.SIZE_Y) != 0) 678if ((_mouseDragHitTest & SelectionUIItem.POS_TOP) != 0) 699if ((_mouseDragHitTest & SelectionUIItem.MOVE_X) != 0 || (_mouseDragHitTest & SelectionUIItem.MOVE_Y) != 0)