2 references to MOVE_MASK
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.cs (2)
544
if ((hitTest & SelectionUIItem.
MOVE_MASK
) != 0)
627
if (!((ISelectionUIService)this).Dragging && (_mouseDragHitTest & SelectionUIItem.
MOVE_MASK
) != 0)