1 write to okCancelTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
148this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (9)
157this.okCancelTableLayoutPanel.SuspendLayout(); 274resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 275this.okCancelTableLayoutPanel.Controls.Add(this.buttonOK, 0, 0); 276this.okCancelTableLayoutPanel.Controls.Add(this.buttonCancel, 1, 0); 277this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 302this.Controls.Add(this.okCancelTableLayoutPanel); 319this.okCancelTableLayoutPanel.ResumeLayout(false); 320this.okCancelTableLayoutPanel.PerformLayout(); 514lineRectangle = new Rectangle(this.ClientRectangle.Left, this.helpTextHolder.Bottom + ((this.okCancelTableLayoutPanel.Top + this.buttonOK.Top - this.helpTextHolder.Bottom) / 2), this.ClientRectangle.Width, 1);