1 write to _reasonComboBox
PresentationUI (1)
MS\Internal\Documents\SigningDialog.Designer.cs (1)
41_reasonComboBox = new System.Windows.Forms.ComboBox();
18 references to _reasonComboBox
PresentationUI (18)
MS\Internal\Documents\SigningDialog.cs (10)
188_reasonComboBox.Text = na; 196_reasonComboBox.Text = String.IsNullOrEmpty(_digitalSignatureRequest.Reason) ? 204_reasonComboBox.Enabled = false; 248_reasonComboBox.Items.Add(SR.DigSigIntentString1); 249_reasonComboBox.Items.Add(SR.DigSigIntentString2); 250_reasonComboBox.Items.Add(SR.DigSigIntentString3); 251_reasonComboBox.Items.Add(SR.DigSigIntentString4); 252_reasonComboBox.Items.Add(SR.DigSigIntentString5); 253_reasonComboBox.Items.Add(SR.DigSigIntentString6); 278return _reasonComboBox.Text;
MS\Internal\Documents\SigningDialog.Designer.cs (8)
79_signatureControlInputLayoutTable.Controls.Add(_reasonComboBox, 0, 2); 136_reasonComboBox.Anchor = System.Windows.Forms.AnchorStyles.Left; 137_reasonComboBox.FormattingEnabled = true; 138_reasonComboBox.Location = new System.Drawing.Point(3, 43); 139_reasonComboBox.MaxLength = _maxIntentLength; 140_reasonComboBox.Name = "_reasonComboBox"; 141_reasonComboBox.Size = new System.Drawing.Size(460, 21); 142_reasonComboBox.TabIndex = 0;