1 write to cancelButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
99this.cancelButton = new System.Windows.Forms.Button();
6 references to cancelButton
System.Windows.Forms (6)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (6)
121resources.ApplyResources(this.cancelButton, "cancelButton"); 122this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 123this.cancelButton.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); 124this.cancelButton.Name = "cancelButton"; 133this.okCancelTableLayoutPanel.Controls.Add(this.cancelButton, 1, 0); 151this.CancelButton = this.cancelButton;