3 references to ListBox
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2446
childListBox = new ComboBoxChildNativeWindow(this, ChildWindowType.
ListBox
);
3911
else if (childWindowType == ChildWindowType.
ListBox
|| childWindowType == ChildWindowType.DropDownList) {
3926
(_childWindowType == ChildWindowType.
ListBox
|| _childWindowType == ChildWindowType.DropDownList)) {