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