1 write to _control
DesignSurface (1)
CustomControls\CustomButtonDesignerActionList.cs (1)
15_control = component as CustomButton;
6 references to _control
DesignSurface (6)
CustomControls\CustomButtonDesignerActionList.cs (6)
33if (_control is not null) 35CustomButton control = _control; 75Color backColor = _control.BackColor; 76_control.BackColor = backColor != Color.Yellow ? Color.Yellow : Color.Blue; 83GetProperty(propertyName).SetValue(_control, value); 88PropertyDescriptor pd = TypeDescriptor.GetProperties(_control)[propertyName];