1 write to btnClose
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
201this.btnClose = new System.Windows.Forms.Button();
14 references to btnClose
System.Windows.Forms (14)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (14)
76this.btnClose.AccessibleName = this.btnClose.Text; 91this.tableLayoutPanel.Controls.SetChildIndex(this.btnClose, 12); 227this.tableLayoutPanel.Controls.Add(this.btnClose, 1, 8); 322resources.ApplyResources(this.btnClose, "btnClose"); 323this.btnClose.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 324this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; 325this.btnClose.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0); 326this.btnClose.MinimumSize = new System.Drawing.Size(75, 23); 327this.btnClose.Name = "btnClose"; 328this.btnClose.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); 329this.tableLayoutPanel.SetColumnSpan(this.btnClose, 2); 333this.AcceptButton = this.btnClose; 337this.CancelButton = this.btnClose;