1 write to _okButton
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
156this._okButton = new System.Windows.Forms.Button();
12 references to _okButton
System.Web.Entity.Design (12)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (12)
145_okButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; 171this._okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 172this._okButton.Name = "_okButton"; 173this._okButton.Click += new System.EventHandler(this.OnOkButtonClick); 227this.AcceptButton = this._okButton; 232this.Controls.Add(this._okButton); 272_okButton.Location = new Point(313, top + 6); 273_okButton.Size = new Size(75, 23); 293_okButton.TabStop = true; 307_okButton.TabIndex = tabIndex += 10; 315_okButton.Text = Strings.OKButton; 316_okButton.AccessibleName = Strings.OKButtonAccessibleName;