1 write to _nextButton
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
39
this.
_nextButton
= new System.Windows.Forms.Button();
8 references to _nextButton
PresentationUI (8)
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
89
this.
_nextButton
.Text = SR.RMEnrollmentNext;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (7)
63
this._flowLayoutPanel1.Controls.Add(this.
_nextButton
);
74
this.
_nextButton
.AutoSize = true;
75
this.
_nextButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
76
this.
_nextButton
.Margin = new System.Windows.Forms.Padding(10);
77
this.
_nextButton
.Name = "_nextButton";
78
this.
_nextButton
.TabIndex = 0;
79
this.
_nextButton
.UseVisualStyleBackColor = true;