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)
621if (!((ISelectionUIService)this).Dragging && (_mouseDragHitTest & SelectionUIItem.MOVE_MASK) != 0) 647if ((_mouseDragHitTest & SelectionUIItem.MOVE_X) != 0) 652if ((_mouseDragHitTest & SelectionUIItem.MOVE_Y) != 0) 657if ((_mouseDragHitTest & SelectionUIItem.SIZE_X) != 0) 659if ((_mouseDragHitTest & SelectionUIItem.POS_LEFT) != 0) 670if ((_mouseDragHitTest & SelectionUIItem.SIZE_Y) != 0) 672if ((_mouseDragHitTest & SelectionUIItem.POS_TOP) != 0) 693if ((_mouseDragHitTest & SelectionUIItem.MOVE_X) != 0 || (_mouseDragHitTest & SelectionUIItem.MOVE_Y) != 0)