87 references to DropDownList
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
177this.comboBoxTemplates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
System.Windows.Forms (24)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
228ComboBoxStyle.DropDownList => owner.ChildTextAccessibleObject,
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildDropDownButtonUiaProvider.cs (1)
63_owner.DropDownStyle == ComboBoxStyle.DropDownList
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
86return _owningComboBox.DropDownStyle == ComboBoxStyle.DropDownList
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (20)
147if (DropDownStyle == ComboBoxStyle.DropDownList 189if (DropDownStyle == ComboBoxStyle.DropDownList 352case ComboBoxStyle.DropDownList: 948get => DropDownStyle == ComboBoxStyle.DropDownList ? string.Empty : Text.Substring(SelectionStart, SelectionLength); 951if (DropDownStyle != ComboBoxStyle.DropDownList) 1054if (value == ComboBoxStyle.DropDownList 1106if (DropDownStyle == ComboBoxStyle.DropDownList && !IsHandleCreated && !string.IsNullOrEmpty(value) && FindStringExact(value) == -1) 1206return ((_autoCompleteMode != AutoCompleteMode.None) && (DropDownStyle != ComboBoxStyle.DropDownList)); 1929or ComboBoxStyle.DropDownList) 2171if (DropDownStyle != ComboBoxStyle.DropDownList) 2233if (DropDownStyle == ComboBoxStyle.DropDownList && SelectedIndex == index) 2283if (ok && DropDownStyle != ComboBoxStyle.DropDownList) 2596&& (DropDownStyle == ComboBoxStyle.DropDownList || DropDownStyle == ComboBoxStyle.DropDown)) 2744&& DropDownStyle == ComboBoxStyle.DropDownList) 2889if (DropDownStyle == ComboBoxStyle.DropDownList) 2939if (DropDownStyle != ComboBoxStyle.DropDownList 2965&& DropDownStyle == ComboBoxStyle.DropDownList 3171if (DropDownStyle == ComboBoxStyle.DropDownList) 3174Debug.Assert(DropDownStyle == ComboBoxStyle.DropDownList); 3663&& DropDownStyle == ComboBoxStyle.DropDownList
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (1)
1274comboBox.DropDownStyle = ComboBoxStyle.DropDownList;
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
114if (style is ComboBoxStyle.DropDown or ComboBoxStyle.DropDownList)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
433_columnTypesCombo.DropDownStyle = ComboBoxStyle.DropDownList;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
194_keyComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
294_columnsOrRowsComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
System.Windows.Forms.Tests (52)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (8)
31[InlineData(ComboBoxStyle.DropDownList)] 54[InlineData(ComboBoxStyle.DropDownList)] 79[InlineData(ComboBoxStyle.DropDownList)] 206[InlineData(ComboBoxStyle.DropDownList)] 338yield return new object[] { ComboBoxStyle.DropDownList, false, SR.AccessibleActionExpand }; 339yield return new object[] { ComboBoxStyle.DropDownList, true, SR.AccessibleActionCollapse }; 396[InlineData(ComboBoxStyle.DropDownList, false, true)] 397[InlineData(ComboBoxStyle.DropDownList, true, false)]
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (10)
83[InlineData(ComboBoxStyle.DropDownList)] 122[InlineData(ComboBoxStyle.DropDownList)] 167[InlineData(ComboBoxStyle.DropDownList)] 180[InlineData(ComboBoxStyle.DropDownList)] 508[InlineData(ComboBoxStyle.DropDownList)] 527[InlineData(ComboBoxStyle.DropDownList)] 546[InlineData(ComboBoxStyle.DropDownList)] 581[InlineData(ComboBoxStyle.DropDownList)] 600[InlineData(ComboBoxStyle.DropDownList)] 619[InlineData(ComboBoxStyle.DropDownList)]
System\Windows\Forms\Application.ParkingWindowTests.cs (1)
52comboBox.DropDownStyle = ComboBoxStyle.DropDownList;
System\Windows\Forms\ComboBox.ComboBoxChildDropDownButtonUiaProviderTests.cs (3)
76AccessibleObject expectedItem = comboBoxStyle == ComboBoxStyle.DropDownList 86[InlineData(ComboBoxStyle.DropDownList)] 104[InlineData(ComboBoxStyle.DropDownList)]
System\Windows\Forms\ComboBox.ComboBoxChildEditUiaProviderTests.cs (2)
16if (comboBoxStyle == ComboBoxStyle.DropDownList) 64if (comboBoxStyle == ComboBoxStyle.DropDownList)
System\Windows\Forms\ComboBox.ComboBoxChildListUiaProviderTests.cs (1)
75AccessibleObject expectedItem = comboBoxStyle == ComboBoxStyle.DropDownList
System\Windows\Forms\ComboBox.ComboBoxChildTextUiaProviderTests.cs (2)
29DropDownStyle = ComboBoxStyle.DropDownList 54DropDownStyle = ComboBoxStyle.DropDownList
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (7)
324if (comboBoxStyle == ComboBoxStyle.DropDownList) 480if (comboBoxStyle == ComboBoxStyle.DropDownList) 518if (comboBoxStyle == ComboBoxStyle.DropDownList) 557if (comboBoxStyle == ComboBoxStyle.DropDownList) 607if (comboBoxStyle == ComboBoxStyle.DropDownList) 760if (comboBoxStyle == ComboBoxStyle.DropDownList) 802if (comboBoxStyle == ComboBoxStyle.DropDownList)
System\Windows\Forms\ComboBoxTests.cs (15)
462control.DropDownStyle = ComboBoxStyle.DropDownList; 464if (control.DropDownStyle == ComboBoxStyle.DropDownList) 488control.DropDownStyle = ComboBoxStyle.DropDownList; 490if (control.DropDownStyle == ComboBoxStyle.DropDownList) 845yield return new object[] { source, mode, ComboBoxStyle.DropDownList, source != AutoCompleteSource.ListItems ? AutoCompleteMode.None : mode }; 899control.DropDownStyle = ComboBoxStyle.DropDownList; 906control.DropDownStyle = ComboBoxStyle.DropDownList; 913[InlineData(ComboBoxStyle.DropDownList, 1)] 955control.DropDownStyle = ComboBoxStyle.DropDownList; 956Assert.Equal(ComboBoxStyle.DropDownList, control.DropDownStyle); 960control.DropDownStyle = ComboBoxStyle.DropDownList; 961Assert.Equal(ComboBoxStyle.DropDownList, control.DropDownStyle); 971control.DropDownStyle = ComboBoxStyle.DropDownList; 972Assert.Equal(ComboBoxStyle.DropDownList, control.DropDownStyle); 2151[InlineData(ComboBoxStyle.DropDownList)]
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
164[InlineData(ComboBoxStyle.DropDownList)] 288_toolStripComboBox.DropDownStyle = ComboBoxStyle.DropDownList; 289_toolStripComboBox.DropDownStyle.Should().Be(ComboBoxStyle.DropDownList);
WinFormsControlsTest (6)
ComboBoxes.Designer.cs (4)
67this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 106this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 131this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 156this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
ComboBoxesWithScrollBars.Designer.cs (1)
95this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
ToolStripTests.Designer.cs (1)
275this.toolStripComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;