1 write to _nextButton
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
50
_nextButton
= new System.Windows.Forms.Button();
8 references to _nextButton
PresentationUI (8)
MS\Internal\Documents\RMEnrollmentPage1.cs (1)
54
_nextButton
.Text = SR.RMEnrollmentNext;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (7)
177
_flowLayoutPanel1.Controls.Add(
_nextButton
);
187
_nextButton
.AutoSize = true;
188
_nextButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
189
_nextButton
.Margin = new System.Windows.Forms.Padding(10);
190
_nextButton
.Name = "_nextButton";
191
_nextButton
.TabIndex = 0;
192
_nextButton
.UseVisualStyleBackColor = true;