24 references to ComboBox
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
217this.pathType = new System.Windows.Forms.ComboBox();
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
43this._namedConnectionComboBox = new System.Windows.Forms.ComboBox(); 47this._containerNameComboBox = new System.Windows.Forms.ComboBox();
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
42this._entitySetComboBox = new System.Windows.Forms.ComboBox(); 44this._entityTypeFilterComboBox = new System.Windows.Forms.ComboBox();
System.Web.Mobile (8)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
152this._cbAvailableFilters = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
232this._cbCompare = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\ListGeneralPage.cs (2)
104_decorationCombo = new ComboBox(); 111_selectTypeCombo = new ComboBox();
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
108_cmbDefaultCommand = new ComboBox();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
136this._cbChoices = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1288this.CbStyles = new System.Windows.Forms.ComboBox();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
116_cmbChoices = new ComboBox();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
28public DataGridViewComboBoxEditingControl() : base()
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
42this.chainingBehaviourComboBox = new System.Windows.Forms.ComboBox(); 50this.reevaluationComboBox = new System.Windows.Forms.ComboBox();
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
292this.paperSourceComboBox = new System.Windows.Forms.ComboBox(); 293this.paperSizeComboBox = new System.Windows.Forms.ComboBox(); 304this.footerTextComboBox = new System.Windows.Forms.ComboBox(); 305this.footerAlignmentComboBox = new System.Windows.Forms.ComboBox(); 315this.headerTextComboBox = new System.Windows.Forms.ComboBox(); 316this.headerAlignmentComboBox = new System.Windows.Forms.ComboBox();
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
48this.protectionLevelComboBox = new System.Windows.Forms.ComboBox();
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
48this.comboBoxTraceLevel = new System.Windows.Forms.ComboBox();