1 write to _passportRadioButton
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
49this._passportRadioButton = new System.Windows.Forms.RadioButton();
8 references to _passportRadioButton
PresentationUI (8)
MS\Internal\Documents\RMEnrollmentPage2.cs (2)
64if (_passportRadioButton.Checked) 94this._passportRadioButton.Text = SR.RMEnrollmentPage2e;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (6)
153this._tableLayoutPanel1.Controls.Add(this._passportRadioButton, 0, 3); 190this._passportRadioButton.AutoSize = true; 191this._passportRadioButton.Location = new System.Drawing.Point(3, 169); 192this._passportRadioButton.Name = "_passportRadioButton"; 193this._passportRadioButton.Size = new System.Drawing.Size(132, 17); 194this._passportRadioButton.TabIndex = 2;