2 writes to selectionUIHit
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\SelectionUIService.HitTestInfo.cs (2)
17
this.
selectionUIHit
= selectionUIHit;
23
this.
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);
609
if (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
52
int hash = hitTest | (
selectionUIHit
?.GetHashCode() ?? 0);