3 references to ComboBoxChildNativeWindow
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2304
_childListBox = new
ComboBoxChildNativeWindow
(this, ChildWindowType.ListBox);
2311
_childEdit = new
ComboBoxChildNativeWindow
(this, ChildWindowType.Edit);
3475
_childDropDown = new
ComboBoxChildNativeWindow
(this, ChildWindowType.DropDownList);