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