1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
66this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (9)
75this.okCancelTableLayoutPanel.SuspendLayout(); 311resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 312this.okCancelTableLayoutPanel.CausesValidation = false; 313this.okCancelTableLayoutPanel.Controls.Add(this.buttonOK, 0, 0); 314this.okCancelTableLayoutPanel.Controls.Add(this.buttonCancel, 1, 0); 315this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 341this.Controls.Add(this.okCancelTableLayoutPanel); 358this.okCancelTableLayoutPanel.ResumeLayout(false); 359this.okCancelTableLayoutPanel.PerformLayout();