1 write to closeButton
PresentationUI (1)
MS\Internal\Documents\RMPermissions.Designer.cs (1)
49this.closeButton = new System.Windows.Forms.Button();
9 references to closeButton
PresentationUI (9)
MS\Internal\Documents\RMPermissions.cs (1)
229closeButton.Text = SR.RMPermissionsCloseButton;
MS\Internal\Documents\RMPermissions.Designer.cs (8)
147this.actionsFlowPanel.Controls.Add(this.closeButton); 154this.closeButton.AutoSize = true; 155this.closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 156this.closeButton.Name = "closeButton"; 175this.closeButton.TabIndex = 14; 181this.AcceptButton = closeButton; 186this.CancelButton = closeButton; 206this.closeButton.Select();