2 writes to selectionUIHit
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.HitTestInfo.cs (2)
17this.selectionUIHit = selectionUIHit; 23this.selectionUIHit = selectionUIHit;
8 references to selectionUIHit
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\SelectionUIService.cs (5)
524_selSvc.SetSelectedComponents(new object[] { hti.selectionUIHit!._component }, SelectionTypes.Auto); 530_containerDrag = hti.selectionUIHit._component; 541_selSvc.SetSelectedComponents(new object[] { hti.selectionUIHit!._component }, SelectionTypes.Primary); 609if (hitTest != SelectionUIItem.CONTAINER_SELECTOR && hti.selectionUIHit is not null) 722_selSvc.SetSelectedComponents(new object[] { hti.selectionUIHit!._component }, SelectionTypes.Primary);
System\Windows\Forms\Design\SelectionUIService.HitTestInfo.cs (3)
43&& selectionUIHit == other.selectionUIHit 52int hash = hitTest | (selectionUIHit?.GetHashCode() ?? 0);