7 references to CustomButton
DesignSurface (7)
CustomControls\CustomButtonDesignerActionList.cs (5)
9
private readonly
CustomButton
_control;
15
_control = component as
CustomButton
;
35
CustomButton
control = _control;
49
PropertyDescriptor dockProp = TypeDescriptor.GetProperties(Component)[nameof(
CustomButton
.BackColor)];
91
throw new ArgumentException($"Property {propertyName} not found in {nameof(
CustomButton
)}");
MainForm.cs (2)
122
CustomButton
b2 = surface.CreateControl<
CustomButton
>(new Size(200, 40), new Point(172, 200));