1 write to btnInstall
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
163
this.
btnInstall
= new System.Windows.Forms.Button();
12 references to btnInstall
System.Windows.Forms (12)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (12)
115
this.
btnInstall
.AccessibleName = StripOutAccelerator(this.
btnInstall
.Text);
257
this.tableLayoutPanelButtons.Controls.Add(this.
btnInstall
, 0, 0);
265
resources.ApplyResources(this.
btnInstall
, "btnInstall");
266
this.
btnInstall
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
267
this.
btnInstall
.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
268
this.
btnInstall
.MinimumSize = new System.Drawing.Size(75, 23);
269
this.
btnInstall
.Name = "btnInstall";
270
this.
btnInstall
.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
438
this.
btnInstall
.Visible = false;
452
this.
btnInstall
.DialogResult = System.Windows.Forms.DialogResult.OK;
509
this.
btnInstall
.Text = SR.GetString(SR.TrustManagerPromptUI_Run);