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