1 write to _intentComboBox
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
47
_intentComboBox
= new System.Windows.Forms.ComboBox();
16 references to _intentComboBox
PresentationUI (16)
MS\Internal\Documents\RequestedSignatureDialog.cs (8)
60
sigResources._reason =
_intentComboBox
.Text;
89
string intentComboBoxText =
_intentComboBox
.Text.Trim();
138
_intentComboBox
.Items.Add(SR.DigSigIntentString1);
139
_intentComboBox
.Items.Add(SR.DigSigIntentString2);
140
_intentComboBox
.Items.Add(SR.DigSigIntentString3);
141
_intentComboBox
.Items.Add(SR.DigSigIntentString4);
142
_intentComboBox
.Items.Add(SR.DigSigIntentString5);
143
_intentComboBox
.Items.Add(SR.DigSigIntentString6);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (8)
105
_userInputTableLayoutPanel.Controls.Add(
_intentComboBox
, 0, 3);
187
_intentComboBox
.Anchor = System.Windows.Forms.AnchorStyles.Left;
188
_intentComboBox
.FormattingEnabled = true;
189
_intentComboBox
.Location = new System.Drawing.Point(3, 75);
190
_intentComboBox
.MaxLength = _maxIntentLength;
191
_intentComboBox
.Name = "_intentComboBox";
192
_intentComboBox
.Size = new System.Drawing.Size(401, 21);
193
_intentComboBox
.TabIndex = 1;