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