1 write to okButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
98this.okButton = new System.Windows.Forms.Button();
7 references to okButton
System.Windows.Forms (7)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (7)
78okButton.PerformClick(); 114resources.ApplyResources(this.okButton, "okButton"); 115this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 116this.okButton.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); 117this.okButton.Name = "okButton"; 132this.okCancelTableLayoutPanel.Controls.Add(this.okButton, 0, 0); 150this.AcceptButton = this.okButton;