1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
51this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
8 references to okCancelTableLayoutPanel
System.Workflow.Activities (8)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (8)
57this.okCancelTableLayoutPanel.SuspendLayout(); 201resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 202this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 203this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 204this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 211this.Controls.Add(this.okCancelTableLayoutPanel); 231this.okCancelTableLayoutPanel.ResumeLayout(false); 232this.okCancelTableLayoutPanel.PerformLayout();