1 write to _containerControl
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs (1)
58_containerControl = containerControl;
7 references to _containerControl
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\ContainerSelectorBehavior.cs (7)
66get => _containerControl; 95if (selSvc is not null && !_containerControl.Equals(selSvc.PrimarySelection as Control)) 97selSvc.SetSelectedComponents(new object[] { _containerControl }, SelectionTypes.Primary | SelectionTypes.Toggle); 152Point controlOrigin = _behaviorService.ControlToAdornerWindow(_containerControl); 215Control requiredParent = _containerControl.Parent; 242controlOrigin = _behaviorService.ControlToAdornerWindow(_containerControl); 250DropSourceBehavior dsb = new(dragControls, _containerControl.Parent, controlOrigin);