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)
129fActive = _component == _selUIsvc._selSvc.PrimarySelection; 343Rectangle handlerClip = _handler.GetSelectionClipRect(_component); 482_selectionRules = _handler.GetComponentRules(_component); 510_innerRect = _handler.GetComponentBounds(_component);