1 write to _cancelButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
157this._cancelButton = new System.Windows.Forms.Button();
14 references to _cancelButton
System.Web.Entity.Design (14)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (14)
146_cancelButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; 177this._cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 178this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 179this._cancelButton.Name = "_cancelButton"; 180this._cancelButton.Click += new System.EventHandler(this.OnCancelButtonClick); 228this.CancelButton = this._cancelButton; 231this.Controls.Add(this._cancelButton); 274_cancelButton.Location = new Point(393, top + 6); 275_cancelButton.Size = new Size(75, 23); 276top = _cancelButton.Bottom; 294_cancelButton.TabStop = true; 308_cancelButton.TabIndex = tabIndex += 10; 317_cancelButton.Text = Strings.CancelButton; 318_cancelButton.AccessibleName = Strings.CancelButtonAccessibleName;