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);
209
resources.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);