3 instantiations of ComboBoxChildNativeWindow
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2302
_childListBox = new
ComboBoxChildNativeWindow
(this, ChildWindowType.ListBox);
2309
_childEdit = new
ComboBoxChildNativeWindow
(this, ChildWindowType.Edit);
3471
_childDropDown = new
ComboBoxChildNativeWindow
(this, ChildWindowType.DropDownList);
3 references to ComboBoxChildNativeWindow
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
65
private
ComboBoxChildNativeWindow
? _childDropDown;
66
private
ComboBoxChildNativeWindow
? _childEdit;
67
private
ComboBoxChildNativeWindow
? _childListBox;