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