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