5 references to CONTAINER_SELECTOR
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\SelectionUIService.ContainerSelectionUIItem.cs (2)
21if ((GetHitTest(point) & CONTAINER_SELECTOR) != 0 && (GetRules() & SelectionRules.Moveable) != SelectionRules.None) 40ht = CONTAINER_SELECTOR;
System\Windows\Forms\Design\SelectionUIService.cs (3)
216if ((hitTest & SelectionUIItem.CONTAINER_SELECTOR) != 0) 522if ((hitTest & SelectionUIItem.CONTAINER_SELECTOR) != 0) 609if (hitTest != SelectionUIItem.CONTAINER_SELECTOR && hti.selectionUIHit is not null)