1 write to okCancelTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
100this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
13 references to okCancelTableLayoutPanel
System.Windows.Forms (13)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (13)
101this.okCancelTableLayoutPanel.SuspendLayout(); 128resources.ApplyResources(this.okCancelTableLayoutPanel, "okCancelTableLayoutPanel"); 129this.okCancelTableLayoutPanel.ColumnCount = 2; 130this.okCancelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 131this.okCancelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 132this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 133this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 134this.okCancelTableLayoutPanel.Name = "okCancelTableLayoutPanel"; 135this.okCancelTableLayoutPanel.RowCount = 1; 136this.okCancelTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); 142this.Controls.Add(this.okCancelTableLayoutPanel); 148this.okCancelTableLayoutPanel.ResumeLayout(false); 149this.okCancelTableLayoutPanel.PerformLayout();