1 write to _nextButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
95
this.
_nextButton
= new System.Windows.Forms.Button();
13 references to _nextButton
System.Web.Entity.Design (13)
System\Data\WebControls\Design\Util\WizardForm.cs (13)
70
return
_nextButton
;
119
this._wizardButtonsTableLayoutPanel.Controls.Add(this.
_nextButton
);
152
this.
_nextButton
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
153
this.
_nextButton
.AutoSize = true;
154
this.
_nextButton
.Location = new System.Drawing.Point(78, 0);
155
this.
_nextButton
.Margin = new System.Windows.Forms.Padding(0);
156
this.
_nextButton
.MinimumSize = new System.Drawing.Size(75, 23);
157
this.
_nextButton
.Name = "_nextButton";
158
this.
_nextButton
.TabIndex = 30;
159
this.
_nextButton
.Click += new System.EventHandler(this.OnNextButtonClick);
203
this.AcceptButton = this.
_nextButton
;
225
_nextButton
.Text = Strings.Wizard_NextButton;
226
_nextButton
.AccessibleName = Strings.Wizard_NextButtonAccessibleName;