1 write to comboBoxTemplates
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
45
this.
comboBoxTemplates
= new System.Windows.Forms.ComboBox();
13 references to comboBoxTemplates
PresentationUI (13)
MS\Internal\Documents\RMPublishingDialog.cs (6)
220
if (radioButtonTemplate.Checked && (
comboBoxTemplates
.SelectedIndex < _templates.Count))
222
return _templates[
comboBoxTemplates
.SelectedIndex].Template;
315
comboBoxTemplates
.DataSource = _templates;
319
comboBoxTemplates
.SelectedValueChanged += new EventHandler(comboBox1_SelectedValueChanged);
621
ToggleSave(
comboBoxTemplates
.SelectedIndex > 0);
797
ToggleSave(
comboBoxTemplates
.SelectedIndex > 0);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (7)
152
this.flowLayoutPanelTemplate.Controls.Add(this.
comboBoxTemplates
);
177
this.
comboBoxTemplates
.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
178
this.
comboBoxTemplates
.FormattingEnabled = true;
179
this.
comboBoxTemplates
.Margin = new System.Windows.Forms.Padding(13, 3, 3, 3);
180
this.
comboBoxTemplates
.Name = "comboBox1";
181
this.
comboBoxTemplates
.Size = new System.Drawing.Size(350, 21);
345
this.
comboBoxTemplates
.TabIndex = 10;