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