11 references to DropDown
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (1)
227
ComboBoxStyle.
DropDown
=> owner.ChildEditAccessibleObject,
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
352
case ComboBoxStyle.
DropDown
:
1044
[DefaultValue(ComboBoxStyle.
DropDown
)]
1049
get => Properties.GetValueOrDefault(s_propStyle, ComboBoxStyle.
DropDown
);
1069
Properties.AddOrRemoveValue(s_propStyle, value, defaultValue: ComboBoxStyle.
DropDown
);
1926
if (DropDownStyle is ComboBoxStyle.
DropDown
2589
&& (DropDownStyle == ComboBoxStyle.DropDownList || DropDownStyle == ComboBoxStyle.
DropDown
))
2875
if (DropDownStyle == ComboBoxStyle.
DropDown
)
3424
if (DropDownStyle == ComboBoxStyle.
DropDown
)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
155
[DefaultValue(ComboBoxStyle.
DropDown
)]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
112
if (style is ComboBoxStyle.
DropDown
or ComboBoxStyle.DropDownList)