1 write to _control
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
19_control = component as CustomButton;
6 references to _control
DesignSurface (6)
CustomControls\CustomButtonDesignerActionList.cs (6)
37if (_control is not null) 39CustomButton control = _control; 79Color backColor = _control.BackColor; 80_control.BackColor = backColor != Color.Yellow ? Color.Yellow : Color.Blue; 87GetProperty(propertyName).SetValue(_control, value); 92PropertyDescriptor pd = TypeDescriptor.GetProperties(_control)[propertyName];