1 write to buttonTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
36this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
7 references to buttonTableLayoutPanel
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (7)
47this.buttonTableLayoutPanel.SuspendLayout(); 77resources.ApplyResources(this.buttonTableLayoutPanel, "buttonTableLayoutPanel"); 78this.buttonTableLayoutPanel.Controls.Add(this.OKButton, 0, 0); 79this.buttonTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 80this.buttonTableLayoutPanel.Name = "buttonTableLayoutPanel"; 159this.Controls.Add(this.buttonTableLayoutPanel); 169this.buttonTableLayoutPanel.ResumeLayout(false);