1 write to _okButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
159
_okButton
= new Button();
9 references to _okButton
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\StyleEditorForm.cs (9)
122
_okButton
.Click += OnOkButtonClick;
237
_okCancelTableLayoutPanel.Controls.Add(
_okButton
, 0, 0);
244
resources.ApplyResources(
_okButton
, "okButton");
245
_okButton
.AutoSizeMode = AutoSizeMode.GrowAndShrink;
246
_okButton
.Margin = new Padding(0, 0, 3, 0);
247
_okButton
.MinimumSize = new Size(75, 23);
248
_okButton
.Name = "okButton";
249
_okButton
.Padding = new Padding(10, 0, 10, 0);
439
AcceptButton =
_okButton
;