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)
37
if (
_control
is not null)
39
CustomButton control =
_control
;
79
Color backColor =
_control
.BackColor;
80
_control
.BackColor = backColor != Color.Yellow ? Color.Yellow : Color.Blue;
87
GetProperty(propertyName).SetValue(
_control
, value);
92
PropertyDescriptor pd = TypeDescriptor.GetProperties(
_control
)[propertyName];