5 references to DropDownList
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (5)
3492
childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.
DropDownList
);
3881
if (_childWindowType == ChildWindowType.
DropDownList
) {
3898
if (_childWindowType == ChildWindowType.
DropDownList
) {
3911
else if (childWindowType == ChildWindowType.ListBox || childWindowType == ChildWindowType.
DropDownList
) {
3926
(_childWindowType == ChildWindowType.ListBox || _childWindowType == ChildWindowType.
DropDownList
)) {