3 instantiations of 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);
3 references to ComboBoxChildNativeWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
96private ComboBoxChildNativeWindow childDropDown; 97private ComboBoxChildNativeWindow childEdit; 98private ComboBoxChildNativeWindow childListBox;