4 references to ListBox
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (3)
99ChildWindowType.ListBox or ChildWindowType.DropDownList => _owner.ChildListAccessibleObject, 107ChildWindowType.ListBox or ChildWindowType.DropDownList => _owner._childListAccessibleObject, 117else if (_childWindowType is ChildWindowType.ListBox or ChildWindowType.DropDownList)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2377_childListBox = new ComboBoxChildNativeWindow(this, ChildWindowType.ListBox);