1 write to _cancelButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
99this._cancelButton = new System.Windows.Forms.Button();
13 references to _cancelButton
System.Web.Entity.Design (13)
System\Data\WebControls\Design\Util\WizardForm.cs (13)
123this._wizardButtonsTableLayoutPanel.Controls.Add(this._cancelButton); 191this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 192this._cancelButton.AutoSize = true; 193this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 194this._cancelButton.Location = new System.Drawing.Point(242, 0); 195this._cancelButton.Margin = new System.Windows.Forms.Padding(0); 196this._cancelButton.MinimumSize = new System.Drawing.Size(75, 23); 197this._cancelButton.Name = "_cancelButton"; 198this._cancelButton.TabIndex = 70; 199this._cancelButton.Click += new System.EventHandler(this.OnCancelButtonClick); 204this.CancelButton = this._cancelButton; 223_cancelButton.Text = Strings.CancelButton; 224_cancelButton.AccessibleName = Strings.CancelButtonAccessibleName;