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