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)
369
case ComboBoxStyle.
DropDown
:
1116
[DefaultValue(ComboBoxStyle.
DropDown
)]
1121
get => Properties.GetValueOrDefault(s_propStyle, ComboBoxStyle.
DropDown
);
1141
Properties.AddOrRemoveValue(s_propStyle, value, defaultValue: ComboBoxStyle.
DropDown
);
1997
if (DropDownStyle is ComboBoxStyle.
DropDown
2686
&& (DropDownStyle == ComboBoxStyle.DropDownList || DropDownStyle == ComboBoxStyle.
DropDown
))
2980
if (DropDownStyle == ComboBoxStyle.
DropDown
)
3531
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)