1 write to _cancelButton
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
40this._cancelButton = new System.Windows.Forms.Button();
8 references to _cancelButton
PresentationUI (8)
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
90this._cancelButton.Text = SR.RMEnrollmentCancel;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (7)
64this._flowLayoutPanel1.Controls.Add(this._cancelButton); 83this._cancelButton.AutoSize = true; 84this._cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 85this._cancelButton.Margin = new System.Windows.Forms.Padding(10); 86this._cancelButton.Name = "_cancelButton"; 87this._cancelButton.TabIndex = 1; 88this._cancelButton.UseVisualStyleBackColor = true;