1 write to btnCancel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
164this.btnCancel = new System.Windows.Forms.Button();
19 references to btnCancel
System.Windows.Forms (19)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (19)
116this.btnCancel.AccessibleName = StripOutAccelerator(this.btnCancel.Text); 258this.tableLayoutPanelButtons.Controls.Add(this.btnCancel, 1, 0); 274resources.ApplyResources(this.btnCancel, "btnCancel"); 275this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 276this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 277this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0); 278this.btnCancel.MinimumSize = new System.Drawing.Size(75, 23); 279this.btnCancel.Name = "btnCancel"; 280this.btnCancel.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); 360this.AcceptButton = this.btnCancel; 364this.CancelButton = this.btnCancel; 439this.btnCancel.Text = SR.GetString(SR.TrustManagerPromptUI_Close); 440this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.OK; 446this.btnCancel.Text = SR.GetString(SR.TrustManagerPromptUI_DoNotInstall); 450this.btnCancel.Text = SR.GetString(SR.TrustManagerPromptUI_DoNotRun); 453this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 716this.ActiveControl = this.btnCancel; 813this.ActiveControl = this.btnCancel;