3 references to ComboBoxChildNativeWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2446childListBox = new ComboBoxChildNativeWindow(this, ChildWindowType.ListBox); 2454childEdit = new ComboBoxChildNativeWindow(this, ChildWindowType.Edit); 3492childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);