1 write to _finishButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
97this._finishButton = new System.Windows.Forms.Button();
13 references to _finishButton
System.Web.Entity.Design (13)
System\Data\WebControls\Design\Util\WizardForm.cs (13)
59return _finishButton; 121this._wizardButtonsTableLayoutPanel.Controls.Add(this._finishButton); 171this._finishButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 172this._finishButton.AutoSize = true; 173this._finishButton.Enabled = false; 174this._finishButton.Location = new System.Drawing.Point(160, 0); 175this._finishButton.Margin = new System.Windows.Forms.Padding(0); 176this._finishButton.MinimumSize = new System.Drawing.Size(75, 23); 177this._finishButton.Name = "_finishButton"; 178this._finishButton.TabIndex = 50; 179this._finishButton.Click += new System.EventHandler(this.OnFinishButtonClick); 229_finishButton.Text = Strings.Wizard_FinishButton; 230_finishButton.AccessibleName = Strings.Wizard_FinishButtonAccessibleName;