1 write to applyButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
224
applyButton
= new Button();
9 references to applyButton
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (9)
125
applyButton
.Enabled = false;
198
else if (sender ==
applyButton
) {
304
applyButton
.Bounds = bounds;
305
applyButton
.Text = SR.GetString(SR.ApplyCaption);
306
applyButton
.Click += new EventHandler(this.OnButtonClick);
307
applyButton
.Enabled = false;
308
applyButton
.FlatStyle = FlatStyle.System;
331
applyButton
,
457
applyButton
.Enabled = true;