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