1 write to _addButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
155_addButton = new Button();
8 references to _addButton
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\StyleEditorForm.cs (8)
125_addButton.Click += OnAddButtonClick; 201_addRemoveInsertTableLayoutPanel.Controls.Add(_addButton, 0, 0); 209resources.ApplyResources(_addButton, "addButton"); 210_addButton.AutoSizeMode = AutoSizeMode.GrowAndShrink; 211_addButton.Margin = new Padding(0, 0, 4, 0); 212_addButton.MinimumSize = new Size(75, 23); 213_addButton.Name = "addButton"; 214_addButton.Padding = new Padding(10, 0, 10, 0);