43 references to DropDownList
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
228this.pathType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
91this._namedConnectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 120this._containerNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
65this._entitySetComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 79this._entityTypeFilterComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System.Web.Mobile (5)
UI\MobileControls\Design\ListGeneralPage.cs (2)
127_decorationCombo.DropDownStyle = ComboBoxStyle.DropDownList; 169_selectTypeCombo.DropDownStyle = ComboBoxStyle.DropDownList;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
144this._cbChoices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
830_mergedUI.CbStyles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
131_cmbChoices.DropDownStyle = ComboBoxStyle.DropDownList;
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ComboBox.cs (22)
196if (this.DropDownStyle == ComboBoxStyle.DropDownList && 244if (this.DropDownStyle == ComboBoxStyle.DropDownList && 433case ComboBoxStyle.DropDownList: 1120if (DropDownStyle == ComboBoxStyle.DropDownList) return ""; 1124if (DropDownStyle != ComboBoxStyle.DropDownList) { 1236if (!ClientUtils.IsEnumValid(value, (int)value, (int)ComboBoxStyle.Simple, (int)ComboBoxStyle.DropDownList)) 1241if (value == ComboBoxStyle.DropDownList && 1289if (DropDownStyle == ComboBoxStyle.DropDownList && !IsHandleCreated && !String.IsNullOrEmpty(value) && FindStringExact(value) == -1) 1382return ((this.autoCompleteMode != AutoCompleteMode.None) && (this.DropDownStyle != ComboBoxStyle.DropDownList)); 2138|| DropDownStyle == ComboBoxStyle.DropDownList) { 2344if (DropDownStyle != ComboBoxStyle.DropDownList) { 2388if (DropDownStyle == ComboBoxStyle.DropDownList && SelectedIndex == index) { 2439if (ok && DropDownStyle != ComboBoxStyle.DropDownList) { 2707if (DropDownStyle == ComboBoxStyle.DropDownList || DropDownStyle == ComboBoxStyle.DropDown) { 2844this.DropDownStyle == ComboBoxStyle.DropDownList) { 2998this.DropDownStyle == ComboBoxStyle.DropDownList && 3185if (DropDownStyle != ComboBoxStyle.DropDownList) { 3210Debug.Assert(DropDownStyle == ComboBoxStyle.DropDownList); 3688if (!Application.RenderWithVisualStyles && GetStyle(ControlStyles.UserPaint) == false && this.DropDownStyle == ComboBoxStyle.DropDownList && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) { 4522if (ownerItem.DropDownStyle == ComboBoxStyle.DropDownList) { 4936if (_owningComboBox.DropDownStyle == ComboBoxStyle.DropDownList) { 4961if (_owningComboBox.DropDownStyle == ComboBoxStyle.DropDownList) {
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1529comboBox.DropDownStyle = ComboBoxStyle.DropDownList;
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
143this.chainingBehaviourComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 215this.reevaluationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
671this.paperSourceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 678this.paperSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 762this.footerTextComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 771this.footerAlignmentComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 848this.headerTextComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 857this.headerAlignmentComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
177this.protectionLevelComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
153this.comboBoxTraceLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;