25 writes to DropDownStyle
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 (8)
UI\MobileControls\Design\ListGeneralPage.cs (2)
127_decorationCombo.DropDownStyle = ComboBoxStyle.DropDownList; 169_selectTypeCombo.DropDownStyle = ComboBoxStyle.DropDownList;
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
110_cmbDefaultCommand.DropDownStyle = ComboBoxStyle.DropDown;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
106_cmbDataField.DropDownStyle = ComboBoxStyle.DropDown;
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 (2)
131_cmbChoices.DropDownStyle = ComboBoxStyle.DropDownList; 147_cmbSchemas.DropDownStyle = ComboBoxStyle.DropDown;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
1529comboBox.DropDownStyle = ComboBoxStyle.DropDownList;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
295set { ComboBox.DropDownStyle = value;}
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;
47 references to DropDownStyle
System.Windows.Forms (47)
winforms\Managed\System\WinForms\ComboBox.cs (44)
196if (this.DropDownStyle == ComboBoxStyle.DropDownList && 244if (this.DropDownStyle == ComboBoxStyle.DropDownList && 390new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? childListBox.Handle : dropDownHandle); 424switch (DropDownStyle) { 950if (DropDownStyle == ComboBoxStyle.Simple) { 1120if (DropDownStyle == ComboBoxStyle.DropDownList) return ""; 1124if (DropDownStyle != ComboBoxStyle.DropDownList) { 1232if (DropDownStyle != value) { 1289if (DropDownStyle == ComboBoxStyle.DropDownList && !IsHandleCreated && !String.IsNullOrEmpty(value) && FindStringExact(value) == -1) 1382return ((this.autoCompleteMode != AutoCompleteMode.None) && (this.DropDownStyle != ComboBoxStyle.DropDownList)); 1633if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1646if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1676if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1695if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 2137if (DropDownStyle == ComboBoxStyle.DropDown 2138|| DropDownStyle == ComboBoxStyle.DropDownList) { 2188return DropDownStyle == ComboBoxStyle.Simple ? childListBox.Handle : dropDownHandle; 2192return DropDownStyle == ComboBoxStyle.Simple ? childListBox : childDropDown; 2344if (DropDownStyle != ComboBoxStyle.DropDownList) { 2388if (DropDownStyle == ComboBoxStyle.DropDownList && SelectedIndex == index) { 2439if (ok && DropDownStyle != ComboBoxStyle.DropDownList) { 2445if (DropDownStyle == ComboBoxStyle.Simple) { 2479if (DropDownStyle == ComboBoxStyle.Simple) { 2707if (DropDownStyle == ComboBoxStyle.DropDownList || DropDownStyle == ComboBoxStyle.DropDown) { 2766if (DropDownStyle == ComboBoxStyle.Simple) Invalidate(); 2844this.DropDownStyle == ComboBoxStyle.DropDownList) { 2898if (DropDownStyle == ComboBoxStyle.Simple && recreate) { 2916if (DropDownStyle == ComboBoxStyle.Simple) { 2965if (DropDownStyle == ComboBoxStyle.DropDown) { 2998this.DropDownStyle == ComboBoxStyle.DropDownList && 3185if (DropDownStyle != ComboBoxStyle.DropDownList) { 3210Debug.Assert(DropDownStyle == ComboBoxStyle.DropDownList); 3441if (DropDownStyle == ComboBoxStyle.DropDown) { 3452if ((DropDownStyle == ComboBoxStyle.Simple) && ParentInternal != null) { 3688if (!Application.RenderWithVisualStyles && GetStyle(ControlStyles.UserPaint) == false && this.DropDownStyle == ComboBoxStyle.DropDownList && (FlatStyle == FlatStyle.Flat || FlatStyle == FlatStyle.Popup)) { 4515if (ownerItem.DropDownStyle == ComboBoxStyle.Simple) { 4522if (ownerItem.DropDownStyle == ComboBoxStyle.DropDownList) { 4936if (_owningComboBox.DropDownStyle == ComboBoxStyle.DropDownList) { 4944if (index == 0 && _owningComboBox.DropDownStyle != ComboBoxStyle.Simple) { 4961if (_owningComboBox.DropDownStyle == ComboBoxStyle.DropDownList) { 4965if (_owningComboBox.DropDownStyle != ComboBoxStyle.Simple) { 5057if (_owner.DropDownStyle == ComboBoxStyle.Simple) { 5969if (comboBox.DropDownStyle == ComboBoxStyle.Simple){
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
248return ownerControl.DropDownStyle != ComboBoxStyle.Simple;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
110return ownerComboBoxControl.DropDownStyle != ComboBoxStyle.Simple;
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
294get { return ComboBox.DropDownStyle; }