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)
33
if (
_control
is not null)
35
CustomButton control =
_control
;
75
Color backColor =
_control
.BackColor;
76
_control
.BackColor = backColor != Color.Yellow ? Color.Yellow : Color.Blue;
83
GetProperty(propertyName).SetValue(
_control
, value);
88
PropertyDescriptor pd = TypeDescriptor.GetProperties(
_control
)[propertyName];