1 write to _component
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (1)
75
_component
= component;
8 references to _component
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\SelectionUIService.cs (4)
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);
722
_selSvc.SetSelectedComponents(new object[] { hti.selectionUIHit!.
_component
}, SelectionTypes.Primary);
System\Windows\Forms\Design\SelectionUIService.SelectionUIItem.cs (4)
129
fActive =
_component
== _selUIsvc._selSvc.PrimarySelection;
343
Rectangle handlerClip = _handler.GetSelectionClipRect(
_component
);
482
_selectionRules = _handler.GetComponentRules(
_component
);
510
_innerRect = _handler.GetComponentBounds(
_component
);