7 references to CustomButton
DesignSurface (7)
CustomControls\CustomButtonDesignerActionList.cs (5)
10private readonly CustomButton _control; 16_control = component as CustomButton; 36CustomButton control = _control; 50PropertyDescriptor dockProp = TypeDescriptor.GetProperties(Component)[nameof(CustomButton.BackColor)]; 92throw new ArgumentException($"Property {propertyName} not found in {nameof(CustomButton)}");
MainForm.cs (2)
127CustomButton b2 = surface.CreateControl<CustomButton>(new Size(200, 40), new Point(100, 200));