1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
35this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
8 references to okCancelTableLayoutPanel
System.Workflow.Activities (8)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (8)
36this.okCancelTableLayoutPanel.SuspendLayout(); 67resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 68this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 69this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 70this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 77this.Controls.Add(this.okCancelTableLayoutPanel); 85this.okCancelTableLayoutPanel.ResumeLayout(false); 86this.okCancelTableLayoutPanel.PerformLayout();