1 write to cancelButton
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
222this.cancelButton = new System.Windows.Forms.Button();
8 references to cancelButton
System.Messaging (8)
System\Messaging\Design\QueuePathDialog.cs (8)
265this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 266this.cancelButton.Location = ((System.Drawing.Point)(resources.GetObject("cancelButton.Location"))); 267this.cancelButton.Size = ((System.Drawing.Size)(resources.GetObject("cancelButton.Size"))); 268this.cancelButton.TabIndex = ((int)(resources.GetObject("cancelButton.TabIndex"))); 269this.cancelButton.Text = resources.GetString("cancelButton.Text"); 270this.cancelButton.DialogResult = DialogResult.Cancel; 275this.CancelButton = this.cancelButton; 278this.cancelButton,