7 references to DropDownList
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (6)
29if (_childWindowType == ChildWindowType.DropDownList) 70if (_childWindowType == ChildWindowType.DropDownList) 81if (_childWindowType == ChildWindowType.DropDownList) 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)
3591_childDropDown = new ComboBoxChildNativeWindow(this, ChildWindowType.DropDownList);