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